jessepollak / mixpanel-python-async

:zap: Batch and send your Mixpanel API calls asynchronously in Python
Other
59 stars 16 forks source link

Add parameters to AsyncBufferedConsumer #20

Closed bbc2 closed 3 years ago

bbc2 commented 3 years ago

The AsyncBufferedConsumer constructor now supports more arguments. Those are the same as for the BufferConsumer coming from the official Mixpanel package, which is used under the hood.

I removed the *args and **kwargs parameters so that only supported arguments are accepted. This should avoid surprises for users. This breaking change is mentioned in the changelog.

Closes #19