Merge branch 'docs/sheyj-3.0' of github.com:taosdata/TDengine into docs/sheyj-3.0
This commit is contained in:
commit
0ea45c49cb
|
@ -164,7 +164,7 @@ if __name__ == "__main__":
|
||||||
seek_offset(consumer)
|
seek_offset(consumer)
|
||||||
commit_offset(consumer)
|
commit_offset(consumer)
|
||||||
consumer.unsubscribe()
|
consumer.unsubscribe()
|
||||||
print("Consumer unsubscribed successfully.");
|
print("Consumer unsubscribed successfully.")
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
print(f"Failed to execute consumer example, ErrMessage:{err}")
|
print(f"Failed to execute consumer example, ErrMessage:{err}")
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in New Issue