Hello, I know the topic of consumer offsets has come up frequently on the list, how it is not possible to control the offset without using SimpleConsumer. I would like to be able to reset all consumer offsets to "largest" (so that consumption may start with the latest produced messages) when consumption begins to lag behind our data feed. Is there a good way to do it with zookeeper (since we will be using multiple consumers), without restarting consumer?
Thank you, Mark