You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/06/18 11:02:01 UTC

[flink] branch master updated (3ae4c6f5a48 -> 189f88485d7)

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

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


    from 3ae4c6f5a48 [FLINK-20765][table-planner] Fix ScalarOperatorGens doesn't set proper nullability for result type of generated expressions
     add 189f88485d7 [FLINK-28060][Connector/Kafka] Updated Kafka Clients to 3.1.1 to resolve the issue where Flink is unable to commit its offset back to Kafka in case of Kafka Broker becoming unavailable. This should be resolved when the broker comes back up, but due to KAFKA-13563 that doesn't work. Since that fix has only become available with Kafka Clients 3.1.1, this commit updates the Kafka Clients dependency from 2.8.4 to 3.1.1.

No new revisions were added by this update.

Summary of changes:
 flink-connectors/flink-connector-kafka/pom.xml                      | 2 +-
 .../flink/streaming/connectors/kafka/KafkaConsumerTestBase.java     | 4 ++--
 .../flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE    | 2 +-
 flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml  | 4 ++--
 .../org/apache/flink/tests/util/kafka/SQLClientKafkaITCase.java     | 2 +-
 flink-end-to-end-tests/test-scripts/kafka-common.sh                 | 6 +++---
 .../test-scripts/test_confluent_schema_registry.sh                  | 2 +-
 flink-end-to-end-tests/test-scripts/test_pyflink.sh                 | 2 +-
 flink-end-to-end-tests/test-scripts/test_sql_client.sh              | 2 +-
 .../src/main/resources/META-INF/NOTICE                              | 2 +-
 flink-formats/flink-avro-confluent-registry/pom.xml                 | 2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)