je-ik commented on issue #25975: URL: https://github.com/apache/beam/issues/25975#issuecomment-1763861262
The biggest difference between `KinesisIO` and `KafkaIO` seems that (by default) `KinesisIO` uses `Read` transform, while `KafkaIO` uses SDF. Can you try setting `--experiments=use_deprecated_read` for `KafkaIO`? That should change the DAG and it should use `Read` as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
