You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/27 10:51:45 UTC

[camel-kafka-connector-examples] branch master updated: Slack Source Avro Apicurio Connector: Fixed README

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fe2b88  Slack Source Avro Apicurio Connector: Fixed README
7fe2b88 is described below

commit 7fe2b8886541c49f83859f2a19020890280c6b68
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 27 11:50:04 2020 +0100

    Slack Source Avro Apicurio Connector: Fixed README
---
 ...ctor.properties => CamelSlackSourceAvroApicurioConnector.properties} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slack/slack-source-avro-apicurio-schema-registry/config/CamelSlackSourceApicurioConnector.properties b/slack/slack-source-avro-apicurio-schema-registry/config/CamelSlackSourceAvroApicurioConnector.properties
similarity index 94%
rename from slack/slack-source-avro-apicurio-schema-registry/config/CamelSlackSourceApicurioConnector.properties
rename to slack/slack-source-avro-apicurio-schema-registry/config/CamelSlackSourceAvroApicurioConnector.properties
index 3fc2c1b..ed8b3d4 100644
--- a/slack/slack-source-avro-apicurio-schema-registry/config/CamelSlackSourceApicurioConnector.properties
+++ b/slack/slack-source-avro-apicurio-schema-registry/config/CamelSlackSourceAvroApicurioConnector.properties
@@ -21,7 +21,7 @@ key.converter=org.apache.kafka.connect.storage.StringConverter
 transforms=SlackTransformer
 transforms.SlackTransformer.type=org.apache.camel.kafkaconnector.SlackTransformer
 value.converter.apicurio.registry.url=http://localhost:8080/api
-value.converter=io.apicurio.registry.utils.converter.ExtJsonConverter
+value.converter=io.apicurio.registry.utils.converter.AvroConverter
 value.converter.apicurio.registry.global-id=io.apicurio.registry.utils.serde.strategy.GetOrCreateIdStrategy
 
 topics=mytopic