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/30 07:58:00 UTC

[camel-examples] branch master updated: Camel-Example-Kafka: SerializerClass removed and not used

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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new b0f1fcf  Camel-Example-Kafka: SerializerClass removed and not used
b0f1fcf is described below

commit b0f1fcfb6aa4e4d53b81f3fd6c2733144a210351
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 30 08:55:40 2020 +0100

    Camel-Example-Kafka: SerializerClass removed and not used
---
 examples/camel-example-kafka/src/main/resources/application.properties | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/camel-example-kafka/src/main/resources/application.properties b/examples/camel-example-kafka/src/main/resources/application.properties
index d07e809..531ad65 100644
--- a/examples/camel-example-kafka/src/main/resources/application.properties
+++ b/examples/camel-example-kafka/src/main/resources/application.properties
@@ -20,8 +20,6 @@
 kafka.host=localhost
 kafka.port=9092
 
-kafka.serializerClass=kafka.serializer.StringEncoder
-
 # Producer properties
 producer.topic=TestLog
 producer.partitioner=org.apache.camel.example.kafka.StringPartitioner