Commit 0bc6d56
committed
Do not deduplicate topic creations and deletions
As of now creating and deleting multiple topics in a row will ignore
most of the topics except the first one. This is due to deduplication
that is done based on operation alone without considering the target
topics. This change incorporates topic data into the deduplication to
avoid the aforementioned issue.1 parent 4966e07 commit 0bc6d56
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| |||
0 commit comments