if (rd_kafka_resp_err_t err = rd_kafka_topic_partition_list_set_offset (topics_, topicName.c_str(), partition, 0)) // this reset not work { return false; } } if (rd_kafka_resp_err_t err = rd_kafka_subscribe(rk_, topics_)) { return false; } ` using subscribe (for the s...