Skip to content

Commit a64cd5b

Browse files
committed
Address comments
1 parent 734ca32 commit a64cd5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/rdkafka_int.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,11 @@ struct rd_kafka_s {
303303
* but still not executed. */
304304
rd_atomic32_t rk_scheduled_connections_cnt;
305305

306-
/**< Additional bootstrap servers list. */
306+
/**< Additional bootstrap servers list.
307+
* contains all brokers added through rd_kafka_brokers_add().
308+
* Doesn't contain the initially configured bootstrap brokers. */
307309
rd_list_t additional_brokerlists;
310+
308311
/** Decommissioned threads to await */
309312
rd_list_t wait_decommissioned_thrds;
310313
/** Decommissioned brokers to await */

0 commit comments

Comments
 (0)