removeTopicOffset
Syntax
removeTopicOffset(topic)
Arguments
topic is the subscription topic returned by the subscribeTable function.
Details
Delete the persisted offset of the last processed message in the specified subscription topic. (The offset is persisted if the persistOffset parameter is enabled when calling subscribeTable.)