memphis.py
memphis.py copied to clipboard
Rdo 6 1 liner sdk examples
Please change the examples in the examples directory as well, in all sdks
Quick start should be the shortest way to send/receive messages. For producing you can simply create a connection and use it to produce messages without creating a producer first, same for consuming, so make sure you are fixing it where needed in other PRs as well
3.8 fails because of using new type hinting syntax that became available in 3.9. Should I go back to syntax that is available in 3.8?