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

Support gRPC client streaming to Kafka directly #642

Closed
2 tasks
dudo opened this issue Dec 13, 2023 · 1 comment · Fixed by #1384
Closed
2 tasks

Support gRPC client streaming to Kafka directly #642

dudo opened this issue Dec 13, 2023 · 1 comment · Fixed by #1384
Assignees
Labels
devx Effects the Developer Experience story Feature description from user's perspective

Comments

@dudo
Copy link

dudo commented Dec 13, 2023

Describe the desired outcome from the user's perspective
When streaming grpc requests to kafka, I'd like the option to disregard replies, in more of a "fire and forget" mode.

Acceptance criteria

  • grpc client streaming to kafka topic with acks none, no reply-to topic
  • no acknowledgement message required back to grpc client
  • no idempotency required

Additional context
Later in this slack thread https://aklivitycommunity.slack.com/archives/C027SEH2KRC/p1702479321662669

Tasks

  • grpc-kafka support for optional reply-to, oneway client streaming method
  • grpc-kafka support for optional reply-to, unary method produce with empty response
@jfallows jfallows added the enhancement New feature or request label Dec 22, 2023
@jfallows jfallows added story Feature description from user's perspective and removed enhancement New feature or request labels Dec 31, 2023
@jfallows jfallows changed the title gRPC client streaming to Kafka directly Support gRPC client streaming to Kafka directly Jan 2, 2024
@vordimous
Copy link
Contributor

another community member is asking for this feature and sent a diagram:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devx Effects the Developer Experience story Feature description from user's perspective
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants