Questions tagged [apache-beam-kafkaio]
61 questions
-1
votes
1 answer
Apache Beam KafkaIO mention topic partition instead of topic name
Apache Beam KafkaIO has support for kafka consumers to read only from specified partitions. I have the following code.
KafkaIO.read()
.withCreateTime(Duration.standardMinutes(1))
.withReadCommitted()
…

bigbounty
- 16,526
- 5
- 37
- 65