Skip to content

Instantly share code, notes, and snippets.

View joeesteves's full-sized avatar
🇦🇷
🧉 Working from home 🧉

Joe Esteves joeesteves

🇦🇷
🧉 Working from home 🧉
View GitHub Profile

Malga - Make Audit log Great Again

tl;dr;

In our effort to optimize KafkaEx configuration under the Make Kafka Great initiative, we've identified excessive network resource usage by API consumers. During deployment windows, network instability in message consumption is notable due to frequent client disconnections, reconnects to Kafka triggering groups rebalancing. This disrupts stability and extends the time to achieve a stable Kafka state.

designer_id taxon_id option_group_id
493 90
designer_id taxon_id option_group_id
493 1
493 90
493 95
493 97
493 164
493 173
493 175
493 177
493 178
@joeesteves
joeesteves / designer_taxon_attr_women_handbags.csv
Last active June 24, 2024 20:07
designer_taxon_attr_women_handbags.csv
designer_id taxon_id option_group_id
493 1
493 85
493 90
493 92
493 154
493 163
493 165
493 167
493 168
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
product_id
35512734
35494073
35641347
35909236
34826888
35631948
35432837
35402982
35475188
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
product_id
31607567
35494073
35512734
35641347
35804871
35961823
35956110
35955290
35962184
id index status taxon url
32208305 not listed
32069235 listed jewelry > bracelets > bangle https://admin.therealreal.com/admin/products/ippolita
32491542 listed jewelry > rings > band https://admin.therealreal.com/admin/products/chrome
31431157 listed women > clothing > tops > button ups
31274312 staging
32262836 listed women > clothing > jackets > blazers https://admin.therealreal.com/admin/products/rag
32302145 not listed
31279299 listed women > clothing > tops > short > sleeve https://admin.therealreal.com/admin/products/helmut
We can't make this file beautiful and searchable because it's too large.
43478826
43814068
43623907
43682694
43486777
43813334
43736823
43365001
43582476
43810096
@joeesteves
joeesteves / .vimrc
Created August 12, 2022 17:02
Vim Config
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab
set nu
set ignorecase
set autoread
set printoptions=number:y
set undofile
set undodir=$HOME/.vim_undo