Navigation Menu

Skip to content

Commit

Permalink
timeout bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 15, 2018
1 parent f7c18f5 commit 5675f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxx/src/qbus_producer.cc
Expand Up @@ -321,7 +321,7 @@ bool QbusProducerImp::InitRdKafkaConfig() {

rd_kafka_topic_conf_set_partitioner_cb(rd_kafka_topic_conf_, &QbusProducerImp::PartitionHashFunc);

if (!config_loader_.IsSetConfig(RD_KAFKA_TOPIC_MESSAGE_RETRIE, true)) {
if (!config_loader_.IsSetConfig(RD_KAFKA_TOPIC_MESSAGE_RETRIES, true)) {
QbusHelper::SetRdKafkaTopicConfig(rd_kafka_topic_conf_,
RD_KAFKA_TOPIC_MESSAGE_RETRIES,
RD_KAFKA_TOPIC_MESSAGE_RETRIES_VALUE);
Expand Down

0 comments on commit 5675f03

Please sign in to comment.