Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if ?? #444

Open
tsh185 opened this issue Feb 23, 2024 · 1 comment
Open

if ?? #444

tsh185 opened this issue Feb 23, 2024 · 1 comment

Comments

@tsh185
Copy link

tsh185 commented Feb 23, 2024

kcat/kcat.c

Lines 1086 to 1090 in ab6ce81

/* Dont stop already stopped partitions */
if (!part_stop || !part_stop[partition])
rd_kafka_consume_stop(conf.rkt, partition);
rd_kafka_consume_stop(conf.rkt, partition);

@tsh185
Copy link
Author

tsh185 commented Feb 23, 2024

1088 and 1090 line, Exactly the same, so 1087 line Can be removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant