Commit Graph

7 Commits

Author SHA1 Message Date
Daniele
9031693daf
fixing website links to streaming tutorial_2 for python and rust (#460) 2024-08-19 09:49:17 +02:00
Michael Klishin
929dff8f12
Merge pull request #438 from cameron-mooreca/python-stream-tutorial-arg-fix
Fix Python Stream Tutorial
2024-08-06 16:28:17 -04:00
Daniele
12bc3c36c1
Python stream tutorial 2 (#439)
* Adding tutorial_2 python example

* replacing signal with KeyboardInterrupt

* fixing first_offset issue
2024-08-06 18:17:56 +02:00
Cameron Moore-Carter
32f589fcdf Add back graceful termination of consumer
Wrapped the consumer in a try except to  gracefully terminate the program.
2024-08-06 11:35:20 +12:00
Cameron Moore-Carter
92134198a7 removed redundant producer.close() calls
As this now has an AsyncContext, producer.close() & consumer.close() is called automatically when exiting the context.
2024-08-05 16:17:13 +12:00
mooreca
a4227e420b Fix Python Stream tutorial by using correct argument key values, implement asyncio.Runner to exit correctly on Keyboard Interrupt, close producer and consumer when closing program. 2024-07-30 15:57:54 +12:00
Daniele
4cb1a81fd4
Hello world for Python (rstream) stream client (#404) 2024-05-09 07:23:46 +02:00