memphis.py icon indicating copy to clipboard operation
memphis.py copied to clipboard

Rdo 6 1 liner sdk examples

Open John-Memphis opened this issue 2 years ago • 3 comments

John-Memphis avatar Dec 27 '23 03:12 John-Memphis

Please change the examples in the examples directory as well, in all sdks

idanasulin2706 avatar Dec 27 '23 04:12 idanasulin2706

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

idanasulin2706 avatar Dec 31 '23 09:12 idanasulin2706

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?

John-Memphis avatar Jan 13 '24 19:01 John-Memphis