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
With 0.8.2, Kafka has introduced a new KafkaConsumer API. It handles both high level and low level aspects. For example, it is possible to use or not use offset management (both ZK and builtin). It is also possible to read from several partitions while not using offset management. It would be great to have access to this API.
The text was updated successfully, but these errors were encountered:
Hey!
With 0.8.2, Kafka has introduced a new KafkaConsumer API. It handles both high level and low level aspects. For example, it is possible to use or not use offset management (both ZK and builtin). It is also possible to read from several partitions while not using offset management. It would be great to have access to this API.
The text was updated successfully, but these errors were encountered: