amontoli commented on issue #25709:
URL: https://github.com/apache/beam/issues/25709#issuecomment-1459706270

   I wasn't able to make the Kafka X-lang connector work, so I have written 
down a simple (non-splittable) PTransform starting from the 
[confluent_kafka](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#)
 Python library. Replacing the Create step with this connector, data is 
processed through the first step, but it never gets to the Stateful DoFn 
(without any custom triggers or windows). This, of course, could also be 
related to the fact that I haven't used the built-in connector, but a custom 
one.


-- 
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]

Reply via email to