You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jo...@apache.org on 2022/09/06 13:55:19 UTC

[beam] branch master updated (e0367045d9f -> c02c63ff6f0)

This is an automated email from the ASF dual-hosted git repository.

johncasey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from e0367045d9f Allow users to pass classloader to dynamically load JDBC drivers. (#22929)
     add c02c63ff6f0 Fix withCheckStopReadingFn to not cause the pipeline to crash (#22962)

No new revisions were added by this update.

Summary of changes:
 sdks/java/io/kafka/build.gradle                    |  1 +
 .../beam/sdk/io/kafka/ReadFromKafkaDoFn.java       |  3 +
 .../org/apache/beam/sdk/io/kafka/KafkaIOIT.java    | 72 ++++++++++++++++++++++
 .../beam/sdk/io/kafka/ReadFromKafkaDoFnTest.java   |  1 +
 4 files changed, 77 insertions(+)