You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use MultiProcessConsumer in 0.9.3, and noticed that it doesn't work with any of my topics with multiple partitions, even if I only use one process. After digging a bit, I can generate the same problem I have with MultiProcessConsumer using SimpleConsumer directly:
I was trying to use MultiProcessConsumer in 0.9.3, and noticed that it doesn't work with any of my topics with multiple partitions, even if I only use one process. After digging a bit, I can generate the same problem I have with MultiProcessConsumer using SimpleConsumer directly:
I can overcome this issue when using SimpleConsumer directly, by seeking to a real position in the stream:
I'm not exactly sure what is going on here, but maybe SimpleConsumer should do a seek before it tries to consume messages?
The text was updated successfully, but these errors were encountered: