apache / rocketmq-clients

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ
https://rocketmq.apache.org/
Apache License 2.0
330 stars 216 forks source link

golang: Add ClientFunc option for simple consumer #863

Closed zaaksam closed 3 weeks ago

zaaksam commented 3 weeks ago

Provides the clientFunc option for NewSimpleConsumer, ensuring consistency with NewProducer. This allows for the replacement of the NewClient process when necessary.