mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-07 23:04:14 -05:00
compatibility
This commit is contained in:
1
bindings/README.md
Normal file
1
bindings/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Currently deprecated
|
||||
@@ -250,7 +250,7 @@ void *kaf_worker(void *thread_id) {
|
||||
/* set up global options */
|
||||
conf = rd_kafka_conf_new();
|
||||
rd_kafka_conf_set_error_cb(conf, err_cb);
|
||||
rd_kafka_conf_set_throttle_cb(conf, throttle_cb);
|
||||
//rd_kafka_conf_set_throttle_cb(conf, throttle_cb);
|
||||
rd_kafka_conf_set_stats_cb(conf, stats_cb);
|
||||
kr = rd_kafka_conf_set(conf, "statistics.interval.ms", "60000", errstr, sizeof(errstr));
|
||||
if (kr != RD_KAFKA_CONF_OK) {
|
||||
|
||||
Reference in New Issue
Block a user