Stanislav Chernov

Results 9 comments of Stanislav Chernov

~~There is another solution, check #21~~ Well, I played around with this a little bit and it seems that some actions get lost when asynchrony is involved. Please ignore...

Ok, I think I got the idea how this works. You have 3 options here: 1. To produce **after** the consumer is started. 2. Set `group_id` and explicitly reset offset...

Upd: seems I am a little bit late with an answer... But here it is anyway. @jinbeomhong Ok, I may misinterpret this, by here's my explanation. First of all, by...

Looks good. Could you please remove 3 lines mentioned in other comment? And I'll merge.

> > remove 3 lines mentioned in other comment > > what's that? i did not get you.. smile Totaly forgot to submit review ;)

Hi @pablos-here I believe it's not related and strongly advise to avoid installing npm packages as privileged user. You can change this behavior with something like this: ``` npm config...

> Would you please elaborate why it's not related? Well, this whole cli thing works because of this: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#bin First of all typescript files are compiled to js in `out`...

I'll take another look at generating docs when I have spare time but nowadays it's scarce.