We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on confluentinc/confluent-kafka-dotnet#1449 (comment) it seems to me that the Flush in ProduceAsync can be removed from this impl https://github.com/jet/FsKafka/blob/master/src/FsKafka/FsKafka.fs#L210
Flush
ProduceAsync
More research needed - this is working fine, but maybe the perf can be improved by this...
mhowlett, if you see this, would appreciate any insight you can offer ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on confluentinc/confluent-kafka-dotnet#1449 (comment) it seems to me that the
Flush
inProduceAsync
can be removed from this impl https://github.com/jet/FsKafka/blob/master/src/FsKafka/FsKafka.fs#L210More research needed - this is working fine, but maybe the perf can be improved by this...
mhowlett, if you see this, would appreciate any insight you can offer ;)
The text was updated successfully, but these errors were encountered: