[ 
https://issues.apache.org/jira/browse/CAMEL-12651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544252#comment-16544252
 ] 

ASF GitHub Bot commented on CAMEL-12651:
----------------------------------------

oscerd commented on a change in pull request #2427: CAMEL-12651 - Allow to 
override headers serializing and deserializing
URL: https://github.com/apache/camel/pull/2427#discussion_r202518894
 
 

 ##########
 File path: 
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java
 ##########
 @@ -16,21 +16,14 @@
  */
 package org.apache.camel.component.kafka;
 
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collection;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Properties;
-import java.util.Set;
-import java.util.UUID;
+import java.util.*;
 
 Review comment:
   Please avoid importing stuff  with *

----------------------------------------------------------------
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:
[email protected]


> Allow to override serializing and deserializing default mechanism for kafka 
> headers
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-12651
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12651
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-kafka
>            Reporter: Taras Danylchuk
>            Priority: Major
>
> Kafka headers propagation is available since 2.22.0 but default mechanism for 
> serializing and desirialising is not enough in some corner cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to