-
-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Labels
Milestone
Description
When dumping RdKafka\Conf you only see the global settings.
Every rd_kafka_conf_t can also have a rd_kafka_topic_conf_t,
so it might be confusing to not find certain settings in the dump,
that were set through RdKafka\Conf::set like auto.offset.reset.
The behaviour should probably be improved, so that if a rd_kafka_topic_conf_t exists, it should be dumped as well.
rdarcy1