zmstone

Results 429 comments of zmstone

what's your OTP version ? did the command hang there or did it exit with an error ?

Please try set a `DEBUG=1` environment variable and try the command again

not sure if this will help, but could you try to execute `vcvarsall.bat x86_amd64` first.

the stop call waits for the pid's DOWN message before returns. my guess is that the fetched batch is too large, causing the workers to be blocked for too long...

Hi @anoskov My guess is the assignment revocation callback. You can maybe try to get the current stacktrace of the coordinator process ? in iex, it's `Process.info(pid, :current_stacktrace)`

Hi @robsonpeixoto Let's move the discussion to the other issue I created for you.

Hi. ``` topic_config = [ %{ config_entries: [], num_partitions: 2, replica_assignment: [], replication_factor: 1, topic: "test_create_topic" } ] ``` this seem to be the old layout which should work with...

yes. we should update the readme

Have to admit it's not nice neither `brod_group_subscriber` nor `brod_topic_subscriber` handles the said fetch error (not even a log at a proper severity-level). This was a 'miss-out', If I remember...

Hi @SerikDM No surprise that it did not resume even after the out-of-range offset is in-rage after a while because the subscriber process is expecting a re-subscribe from the subscriber...