Hey folks,

I can see in the docs for "withEOS"[1] in the KafkaIO#Write section that
the sinkGroupId is recommended to be unique per job.  I'm wondering about a
case where a single job outputs to multiple topics.  Would it be advisable
to have a unique sinkGroupId per instance of KafkaIO#Write transform, or
still only per job even if the job has multiple KafkaIO#Write?

Thanks in advance!

[1]
https://beam.apache.org/releases/javadoc/2.41.0/org/apache/beam/sdk/io/kafka/KafkaIO.WriteRecords.html#withEOS-int-java.lang.String-

Reply via email to