package
2.0.0+incompatible
Repository: https://github.com/swift9/rocketmq-client-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMockOffsetStore creates a new mock instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithGroupName set group name address.
No description provided by the author
WithChainConsumerInterceptor returns a ConsumerOption that specifies the chained interceptor for consumer.
WithMaxReconsumeTimes set MaxReconsumeTimes of options, if message reconsume greater than MaxReconsumeTimes, it will be sent to retry or dlq topic.
WithNameServer set NameServer address, only support one NameServer cluster in alpha2.
WithNameServerDomain set NameServer domain.
WithNamespace set the namespace of consumer.
No description provided by the author
No description provided by the author
No description provided by the author
WithRetry return a Option that specifies the retry times when send failed.
No description provided by the author
No description provided by the author
WithTrace support rocketmq trace: https://github.com/apache/rocketmq/wiki/RIP-6-Message-Trace.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* * <ul> * Keywords: * <li>{@code AND, OR, NOT, BETWEEN, IN, TRUE, FALSE, IS, NULL}</li> * </ul> * <p/> * <ul> * Data type: * <li>Boolean, like: TRUE, FALSE</li> * <li>String, like: 'abc'</li> * <li>Decimal, like: 123</li> * <li>Float number, like: 3.1415</li> * </ul> * <p/> * <ul> * Grammar: * <li>{@code AND, OR}</li> * <li>{@code >, >=, <, <=, =}</li> * <li>{@code BETWEEN A AND B}, equals to {@code >=A AND <=B}</li> * <li>{@code NOT BETWEEN A AND B}, equals to {@code >B OR <A}</li> * <li>{@code IN ('a', 'b')}, equals to {@code ='a' OR ='b'}, this operation only support String type.</li> * <li>{@code IS NULL}, {@code IS NOT NULL}, check parameter whether is null, or not.</li> * <li>{@code =TRUE}, {@code =FALSE}, check parameter whether is true, or false.</li> * </ul> * <p/> * <p> * Example: * (a > 10 AND a < 100) OR (b IS NOT NULL AND b=TRUE) * </p> */.
No description provided by the author
No description provided by the author
* * Only support or operation such as * "tag1 || tag2 || tag3", <br> * If null or * expression, meaning subscribe all.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
MockOffsetStore is a mock of OffsetStore interface.
MockOffsetStoreMockRecorder is the mock recorder for MockOffsetStore.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

go:generate mockgen -source offset_store.go -destination mock_offset_store.go -self_package github.com/swift9/rocketmq-client-go/consumer --package consumer OffsetStore.
No description provided by the author

# Type aliases

No description provided by the author
Consuming point on consumer booting.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Message model defines the way how messages are delivered to each consumer clients.
No description provided by the author
No description provided by the author