Skip to content

Suggestion: Use Confluent Kafka's async consumer and producer - #3017

Open
ApusBerliozi wants to merge 10 commits into
ag2ai:mainfrom
ApusBerliozi:2862_use_async_producer_consumer_confluent
Open

Suggestion: Use Confluent Kafka's async consumer and producer#3017
ApusBerliozi wants to merge 10 commits into
ag2ai:mainfrom
ApusBerliozi:2862_use_async_producer_consumer_confluent

Conversation

@ApusBerliozi

@ApusBerliozi ApusBerliozi commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Description

Migrate from Consumer and Producer to AIOConsumer and AIOProducer

Fixes #2862

Type of change

Please delete options that are not relevant.

  • Documentation (typos, code examples, or any documentation updates)
  • Bug fix (a non-breaking change that resolves an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would disrupt existing functionality)
  • This change requires a documentation update

Checklist

  • My code adheres to the style guidelines of this project (just lint shows no errors)
  • I have conducted a self-review of my own code
  • I have made the necessary changes to the documentation
  • My changes do not generate any new warnings
  • I have added tests to validate the effectiveness of my fix or the functionality of my new feature
  • Both new and existing unit tests pass successfully on my local environment by running just test-coverage
  • I have ensured that static analysis tests are passing by running just static-analysis
  • I have included code examples to illustrate the modifications

@github-actions github-actions Bot added the Confluent Issues related to `faststream.confluent` module label Aug 14, 2026
@ApusBerliozi ApusBerliozi self-assigned this Aug 14, 2026
@ApusBerliozi ApusBerliozi added the enhancement New feature or request label Aug 14, 2026
@ApusBerliozi
ApusBerliozi marked this pull request as ready for review August 18, 2026 08:48
@github-actions github-actions Bot added the github_actions Pull requests that update GitHub Actions code label Aug 18, 2026
@ApusBerliozi ApusBerliozi removed the github_actions Pull requests that update GitHub Actions code label Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Confluent Issues related to `faststream.confluent` module enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Suggestion: Use Confluent Kafka's async consumer and producer

1 participant