Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Some configs are of the form kafka.* while others are camel cased. This is for ease of implementation as these get passed to Kafka, but this make config params not uniform. We must change this so all configs are camel-cased. We should translate these camel-cased params to the kafka properties to configure the kafka API.