You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 acksnone, no reply-to topic
no acknowledgement message required back to grpc client
Describe the desired outcome from the user's perspective
When streaming
grpc
requests tokafka
, I'd like the option to disregard replies, in more of a "fire and forget" mode.Acceptance criteria
grpc
client streaming tokafka
topic withacks
none
, noreply-to
topicgrpc
clientAdditional context
Later in this slack thread https://aklivitycommunity.slack.com/archives/C027SEH2KRC/p1702479321662669
Tasks
grpc-kafka
support for optionalreply-to
, oneway client streaming methodgrpc-kafka
support for optionalreply-to
, unary method produce with empty responseThe text was updated successfully, but these errors were encountered: