Created
May 3, 2020 20:53
-
-
Save iundarigun/0054080565e023ecce246142b142ad2e to your computer and use it in GitHub Desktop.
MirrorMakerConsumer2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ... | |
| 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