This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
from d437eac Updated CHANGELOG.md new 44b53c2 Add a removeHeaders option on both source and sink new d2cbe95 Fixed CS 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: .../camel/kafkaconnector/CamelConnectorConfig.java | 4 ++ .../kafkaconnector/CamelSinkConnectorConfig.java | 3 +- .../apache/camel/kafkaconnector/CamelSinkTask.java | 2 + .../kafkaconnector/CamelSourceConnectorConfig.java | 3 +- .../camel/kafkaconnector/CamelSourceTask.java | 2 + .../utils/CamelKafkaConnectMain.java | 46 ++++++++++++++++---- .../camel/kafkaconnector/CamelSinkTaskTest.java | 49 ++++++++++++++++++++++ .../camel/kafkaconnector/CamelSourceTaskTest.java | 32 ++++++++++++++ 8 files changed, 132 insertions(+), 9 deletions(-)