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
Notice that you now have to give a root path where to store the offsets in ZooKeeper, and it will create one key per topic, e.g.
in my example, I provide /my-app/offsets as the path
2 keys will be created: /my-app/offsets/text-input-1 and /my-app/offsets/text-input-2
This seems to work ok with one exception: when the application starts, it should either find the offsets for all the topics or for none of them. If some offsets are found but not for all topics, you will get an error.
This is so great! thank you so much! We will test this with a few different topics and get back to you!
santiarias
changed the title
How to implement SparkReliableStringConsumer with multiple kafka topics?
Implementing SparkReliableStringConsumer with multiple kafka topics
Mar 6, 2018
It looks like SparkReliableStringConsumer only works with a single topic, is there a way to implement multiple topics?
The text was updated successfully, but these errors were encountered: