Skip to content
New issue

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

Add support for consuming events from Kafka #325

Merged
merged 13 commits into from
Dec 18, 2024

Conversation

Robban1980
Copy link
Contributor

@Robban1980 Robban1980 commented Dec 2, 2024

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

I have implemented native support for consuming events from Kafka Topics using Conductor events handlers. This works the same as for example the SQS queue implementation but with Kafka.

Issue #127

@Robban1980 Robban1980 marked this pull request as draft December 5, 2024 02:53
@Robban1980
Copy link
Contributor Author

Fixing a handling issue with size retrieval when an EventHandler with a new Topic name is created by this queue and the AdminClient's metadata has not been updated

@Robban1980 Robban1980 marked this pull request as ready for review December 5, 2024 04:22
@v1r3n v1r3n merged commit 17ef680 into conductor-oss:main Dec 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants