gianm commented on a change in pull request #6493: Support for request logging in kafka emitter. URL: https://github.com/apache/incubator-druid/pull/6493#discussion_r236846881
########## File path: docs/content/development/extensions-contrib/kafka-emitter.md ########## @@ -22,6 +22,7 @@ All the configuration parameters for the Kafka emitter are under `druid.emitter. |`druid.emitter.kafka.bootstrap.servers`|Comma-separated Kafka broker. (`[hostname:port],[hostname:port]...`)|yes|none| |`druid.emitter.kafka.metric.topic`|Kafka topic name for emitter's target to emit service metric.|yes|none| |`druid.emitter.kafka.alert.topic`|Kafka topic name for emitter's target to emit alert.|yes|none| +|`druid.emitter.kafka.request.topic`|Kafka topic name for emitter's target to emit request logs.|yes|none| Review comment: See another comment below for rationale about why we might not want to make this required. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
