diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 254758f..173aa67 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -5,5 +5,5 @@ - Yaniv Ben Hemo [@yanivbh1](https://github.com/yanivbh1) - Sveta Gimpelson [@SvetaMemphis](https://github.com/SvetaMemphis) - Shay Bratslavsky [@shay23b](https://github.com/shay23b) - - Or Grinberg [@orgrMmphs](https://github.com/orgrMmphs) - - Shoham Roditi [@shohamroditimemphis](https://github.com/shohamroditimemphis) \ No newline at end of file + - Shoham Roditi [@shohamroditimemphis](https://github.com/shohamroditimemphis) + - Ido Naaman [idonaaman123](https://github.com/idonaaman123) \ No newline at end of file diff --git a/README.md b/README.md index 00f1a62..648d827 100644 --- a/README.md +++ b/README.md @@ -224,9 +224,9 @@ await memphis.produce(station_name='test_station_py', producer_name='prod_py', ``` -Creating a producer first +With creating a producer ```python -await prod.produce( +await producer.produce( message='bytearray/protobuf class/dict/string/graphql.language.ast.DocumentNode', # bytearray / protobuf class (schema validated station - protobuf) or bytearray/dict (schema validated station - json schema) or string/bytearray/graphql.language.ast.DocumentNode (schema validated station - graphql schema) ack_wait_sec=15) # defaults to 15 ```