Skip to content

Instantly share code, notes, and snippets.

@iundarigun
Created May 3, 2020 20:53
Show Gist options
  • Select an option

  • Save iundarigun/0054080565e023ecce246142b142ad2e to your computer and use it in GitHub Desktop.

Select an option

Save iundarigun/0054080565e023ecce246142b142ad2e to your computer and use it in GitHub Desktop.
MirrorMakerConsumer2
# ...
bootstrap.servers=localhost:9094
# consumer group id
group.id=devcave-mirrormaker-group
# What to do when there is no initial offset in Kafka or if the current
# offset does not exist any more on the server: latest, earliest, none
auto.offset.reset=latest
partition.assignment.strategy=org.apache.kafka.clients.consumer.RoundRobinAssignor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment