[QUESTION] In AIOKafkaProducer.__init__ is acks=-1 exactly the same as acks="all" ? · Issue #1096 · aio-libs/aiokafka · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it is, maybe it should be documented that passing -1 is also valid and means the same as "all" ? Current documentation says that only "all", 0 and 1 are valid values for the parameter.