Skip to content

Commit

Permalink
Include generated changes from rdkafka_conf.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rondagostino authored and edenhill committed Apr 2, 2019
1 parent 6382bf1 commit dfc1af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ error_cb | * | |
throttle_cb | * | | | low | Throttle callback (set with rd_kafka_conf_set_throttle_cb()) <br>*Type: pointer*
stats_cb | * | | | low | Statistics callback (set with rd_kafka_conf_set_stats_cb()) <br>*Type: pointer*
log_cb | * | | | low | Log callback (set with rd_kafka_conf_set_log_cb()) <br>*Type: pointer*
oauthbearer_token_refresh_cb | * | | | low | SASL/OAUTHBEARER token refresh callback (set with rd_kafka_conf_set_oauthbearer_token_refresh_cb()) <br>*Type: pointer*
oauthbearer_token_refresh_cb | * | | | low | SASL/OAUTHBEARER token refresh callback (set with rd_kafka_conf_set_oauthbearer_token_refresh_cb()); the default will generate an unsecured JWS <br>*Type: pointer*
log_level | * | 0 .. 7 | 6 | low | Logging level (syslog(3) levels) <br>*Type: integer*
log.queue | * | true, false | false | low | Disable spontaneous log_cb from internal librdkafka threads, instead enqueue log messages on queue set with `rd_kafka_set_log_queue()` and serve log callbacks or events through the standard poll APIs. **NOTE**: Log messages will linger in a temporary queue until the log queue has been set. <br>*Type: boolean*
log.thread.name | * | true, false | true | low | Print internal thread name in log messages (useful for debugging librdkafka internals) <br>*Type: boolean*
Expand Down

0 comments on commit dfc1af1

Please sign in to comment.