Skip to content

Instantly share code, notes, and snippets.

@marcioduarte89
Created November 12, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcioduarte89/7d52331928ac399338885551c920ec77 to your computer and use it in GitHub Desktop.
Save marcioduarte89/7d52331928ac399338885551c920ec77 to your computer and use it in GitHub Desktop.
Consumer App Settings
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"BootstrapperServer": "localhost:19092",
"TopicName": "transactions",
"ConsumerGroupId": "transaction-consumer-group"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment