-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print consumer configs to stdout (#57)
Print consumer configs to stdout before starting the consumer, making it easier to debug during development The output will look like this: ++++++++++++++++++ CONSUMER CONFIGS ++++++++++++++++++ CONFIG | VALUE topics | topic_name dlq | topic_name_dlq commit | 1 maxCommitRetries | 6 maxMessages | -1 auto.offset.reset | smallest queued.max.messages.kbytes | 10000 enable.auto.commit | false compression.codec | gzip max.poll.interval.ms | 86400000 group.id | group_id bootstrap.servers | localhost:9093 security.protocol | SASL_PLAINTEXT sasl.mechanisms | PLAIN
- Loading branch information
1 parent
24a25b6
commit 51b0730
Showing
3 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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