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 a27015c fix #692 : Cache already computed Schemas in PojoToSchemaAndStructTransform. new 897516d Added Memory Idempotency support for both sink and source new 9d4ca04 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 | 16 ++ .../kafkaconnector/CamelSinkConnectorConfig.java | 8 +- .../apache/camel/kafkaconnector/CamelSinkTask.java | 9 ++ .../kafkaconnector/CamelSourceConnectorConfig.java | 8 +- .../camel/kafkaconnector/CamelSourceTask.java | 8 + .../utils/CamelKafkaConnectMain.java | 72 ++++++++- .../camel/kafkaconnector/CamelSinkTaskTest.java | 171 +++++++++++++++++++++ .../camel/kafkaconnector/CamelSourceTaskTest.java | 88 +++++++++++ 8 files changed, 370 insertions(+), 10 deletions(-)