Zhen-hao opened a new pull request #7301: [FLINK-11160][Kafka Connector]
URL: https://github.com/apache/flink/pull/7301
 
 
   Summary: raised the confluent version to 4.1, added serialization schemas 
for confluent and added dependencies
   
   Note: when I run `mvn clean verify` locally I get 
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on 
project flink-core: ExecutionException: java.lang.RuntimeException: The forked 
VM terminated without properly saying goodbye. VM crash or System.exit called?
   ```
   and when I try to add Travis CI hook per 
[documentation](https://flink.apache.org/contribute-code.html#best-practices) I 
get 
   ```
   Note: GitHub Services are being deprecated. Please contact your integrator 
for more information on how to migrate or replace a service with webhooks or 
GitHub Apps. 
   ```
   
   ## What is the purpose of the change
   
   Added serialization schemas to work with the Confluent Avro format and the 
Confluent Avro schema registry.
   
   
   ## Brief change log
   
     - Added a serialization schema to work with the Confluent Avro format and 
the Confluent Avro schema registry, only for GenericRecord
     - Added a keyed serialization schema to work with the Confluent Avro 
format and the Confluent Avro schema registry, only for Scala Pair of 
GenericRecord
   
   
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
     - The serializers: ( don't know)
     - The runtime per-record code paths (performance sensitive): ( don't know)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper:  no)
     - The S3 file system connector: ( no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes)
     - If yes, how is the feature documented? ( JavaDocs, I think)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to