k8slight commented on issue #4949:
URL: https://github.com/apache/seatunnel/issues/4949#issuecomment-1597931755

   > Provide the topic information of Kafka, including partitions, etc.
   The topic does not exist before the command is executed.
   
   kafka config:
   broker.id=1
   num.network.threads=3
   num.io.threads=8
   socket.send.buffer.bytes=102400
   socket.receive.buffer.bytes=102400
   socket.request.max.bytes=104857600
   log.dirs=/data/kafka
   num.partitions=1
   num.recovery.threads.per.data.dir=1
   offsets.topic.replication.factor=3
   transaction.state.log.replication.factor=3
   transaction.state.log.min.isr=1
   log.retention.hours=168
   log.segment.bytes=1073741824
   log.retention.check.interval.ms=300000
   zookeeper.connection.timeout.ms=18000
   group.initial.rebalance.delay.ms=0


-- 
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