-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Labels
Description
Programming Language of the Client
Java
Is Your Feature Request Related to a Problem?
Introduce a new method to the LitePushConsumer interface: subscribeLite(String liteTopic, OffsetOption offsetOption).
This allows the SDK to specify the starting consumption offset when subscribing to a lite topic.
Describe the Solution You'd Like
Introduce a new method to the LitePushConsumer interface: subscribeLite(String liteTopic, OffsetOption offsetOption).
This allows the SDK to specify the starting consumption offset when subscribing to a lite topic.
Describe Alternatives You've Considered
None.
Additional Context
None.