ChenShuai1981 opened a new issue, #1415:
URL: https://github.com/apache/incubator-paimon/issues/1415

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Paimon version
   
   master branch (0.5.0-SNAPSHOT)
   
   ### Compute Engine
   
   Flink
   
   ### Minimal reproduce step
   
   class: KafkaActionUtils
   
   method: static KafkaSource<String> buildKafkaSource(Configuration 
kafkaConfig)
   
   kafkaSourceBuilder
                   .setTopics(kafkaConfig.get(KafkaConnectorOptions.TOPIC))
                   .setValueOnlyDeserializer(new SimpleStringSchema())
                   .setGroupId(UUID.randomUUID().toString()); // <-- here
   
   ### What doesn't meet your expectations?
   
   Should provide kafka topic consumerGroup parameter when use 
KafkaSyncTableAction
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to