mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
[utils/kafka] provide some exit code from main
This commit is contained in:
parent
394e242328
commit
4765b7bee5
@ -34,6 +34,7 @@ def main():
|
||||
pprint(client.poll(10000))
|
||||
client.unsubscribe()
|
||||
client.close()
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user