Commit 80b0849
committed
kadm: fix ListTopics filtering internal topics when explicitly requested
ListTopics was unconditionally filtering internal topics even when
specific topic names were provided. This violated the documented
behavior that internal topics should be included when explicitly
requested by name.
This fix only applies FilterInternal when listing all topics (no
specific topics requested), allowing explicitly named internal topics
like __consumer_offsets to be returned as documented.1 parent a09f0e7 commit 80b0849
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments