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

twalthr pushed a change to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from f63bd0b  [FLINK-23119][python] Throw exceptions when compiling the job 
at places where Python UDAF is not supported
     new 147d2b1  [FLINK-21229][avro-confluent-registry] Add Confluent schema 
registry SSL support
     new c1cf545  [FLINK-21229][docs] Update avro-confluent docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../connectors/table/formats/avro-confluent.md     |  98 +++++++++++---
 .../docs/connectors/table/formats/debezium.md      |  98 +++++++++++---
 .../connectors/table/formats/avro-confluent.md     |  98 +++++++++++---
 .../docs/connectors/table/formats/debezium.md      | 100 ++++++++++----
 .../confluent/CachedSchemaCoderProvider.java       |  21 ++-
 ...ConfluentRegistryAvroDeserializationSchema.java | 110 ++++++++++++++--
 .../ConfluentRegistryAvroSerializationSchema.java  |  65 +++++++--
 .../confluent/RegistryAvroFormatFactory.java       |  77 ++++++++++-
 .../registry/confluent/RegistryAvroOptions.java    |  62 ++++++++-
 .../confluent/CachedSchemaCoderProviderTest.java   | 145 +++++++++++++++++++++
 .../confluent/RegistryAvroFormatFactoryTest.java   |  92 +++++++++++++
 .../src/test/resources/test-keystore.jks           | Bin 0 -> 2327 bytes
 12 files changed, 846 insertions(+), 120 deletions(-)
 create mode 100644 
flink-formats/flink-avro-confluent-registry/src/test/java/org/apache/flink/formats/avro/registry/confluent/CachedSchemaCoderProviderTest.java
 create mode 100644 
flink-formats/flink-avro-confluent-registry/src/test/resources/test-keystore.jks

Reply via email to