junaiddshaukat opened a new issue, #39631:
URL: https://github.com/apache/beam/issues/39631

   The Kafka Streams runner does not support splittable `DoFn`, bounded or 
unbounded. Sources are read through the deprecated primitive `Read`, which the 
runner forces Read-based SDFs into during translation.
   
   Supporting SDF means handling restrictions, checkpointing and residuals over 
the Fn API, along with dynamic splitting. The `UsesBoundedSplittableParDo` and 
`UsesUnboundedSplittableParDo` categories are excluded from the ValidatesRunner 
suite.
   
   Part of #18479.


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