Implement pause and resume #300
Labels
api: pubsublite
Issues related to the googleapis/java-pubsublite-kafka API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I have an algorithm for delayed topic consume that is based on the pause and resume functions. In this API those functions have been shunted as NoOps. Please implement the
pause
andresume
functions so that I may use my delayed message consume algorithm with PubSubLite.Additional context
https://github.com/googleapis/java-pubsublite-kafka/blob/v0.6.7/src/main/java/com/google/cloud/pubsublite/kafka/PubsubLiteConsumer.java#L585-L600
Message Delayed Consume Algorithm
The text was updated successfully, but these errors were encountered: