java - how to specify consumer group in Kafka Spark Streaming using direct stream - Stack Overflow
The direct stream API use the low level Kafka API, and as so doesn't use consumer groups in anyway. If you want to use consumer groups with Spark Streaming, you'll have to use the receiver based API.
Read full article from java - how to specify consumer group in Kafka Spark Streaming using direct stream - Stack Overflow
No comments:
Post a Comment