Joseph N
Joseph N

Reputation: 560

Which Runners support kafkaIO in apache beam?

I am working with apache beam. My task is to pull data from kafka topic and process in dataflow. Does dataflow support kafkaIO ?
Which runners are supported for KafkaIO ?

Upvotes: 2

Views: 256

Answers (1)

chamikara
chamikara

Reputation: 2024

Yes. KafkaIO is supported by Dataflow and other major Beam runners.

We have Kafka transforms for both Java and Python SDKs.

Note that Python versions are cross-language transforms and Dataflow requires runner V2.

Upvotes: 0

Related Questions