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

nicoloboschi pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from efc36b31f51 [refactor][test] Move assert equals and retry to a base 
class (#14815)
     new 2b16111b332 fix: org.apache.kafka.connect.errors.DataException: 
Invalid Java object for schema with type... (#15598)
     new 515a9bfd46e [pulsar-io] KCA: properly handle KeyValue that 
getNativeObject() returns: corrected type + support for KeyValue<GenericRecord, 
GenericRecord> (#15025)
     new fe570032a0a Fix: org.apache.kafka.connect.errors.DataException: Not a 
struct schema: Schema{ARRAY} + tests (#15988)
     new 5df120a7398 Fix cherry-pick compatibility with JDK8

The 4 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:
 .../pulsar/io/kafka/connect/KafkaConnectSink.java  |  18 +-
 .../io/kafka/connect/schema/KafkaConnectData.java  | 216 +++++++-
 .../io/kafka/connect/KafkaConnectSinkTest.java     | 579 +++++++++++++++++++--
 .../connect/PulsarSchemaToKafkaSchemaTest.java     | 142 ++++-
 .../kafka/connect/SchemaedFileStreamSinkTask.java  |  47 +-
 5 files changed, 921 insertions(+), 81 deletions(-)

Reply via email to