Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix#2425 rdkafka_example_cpp -L to list metadata can't assign topic
./rdkafka_example_cpp -L -b 172.17.0.2:9092 -t test_topic ./rdkafka_example_cpp -L -b 172.17.0.2:9092 execute above two commands, the result is the same. The reason is topic!=NULL should be !topic in 661 line
- Loading branch information