Do I need to configure consumer.properties and provider.properties after kafka installation?

these two can be configured in the java program.
need to be configured in the config directory of the kafka installation?

Mar.30,2021

this is configured when producing and consuming data in the program.


if you need to use the command line provider and command line consumer that come with kafka, configure it.

Menu