RockteMQ-AI commented on issue #1361:
URL: 
https://github.com/apache/rocketmq-clients/issues/1361#issuecomment-5691422631

   Here are the reference implementations for `LiteSimpleConsumer`:
   
   **Java** (PR #1188):
   - API interface: 
[`LiteSimpleConsumer.java`](https://github.com/apache/rocketmq-clients/blob/master/java/client-apis/src/main/java/org/apache/rocketmq/client/apis/consumer/LiteSimpleConsumer.java)
   - Builder interface: 
[`LiteSimpleConsumerBuilder.java`](https://github.com/apache/rocketmq-clients/blob/master/java/client-apis/src/main/java/org/apache/rocketmq/client/apis/consumer/LiteSimpleConsumerBuilder.java)
   - Implementation: 
[`LiteSimpleConsumerImpl.java`](https://github.com/apache/rocketmq-clients/blob/master/java/client/src/main/java/org/apache/rocketmq/client/java/impl/consumer/LiteSimpleConsumerImpl.java)
   - Builder impl: 
[`LiteSimpleConsumerBuilderImpl.java`](https://github.com/apache/rocketmq-clients/blob/master/java/client/src/main/java/org/apache/rocketmq/client/java/impl/consumer/LiteSimpleConsumerBuilderImpl.java)
   
   **Go** (PR #1314):
   - Implementation: 
[`lite_simple_consumer.go`](https://github.com/apache/rocketmq-clients/blob/master/golang/lite_simple_consumer.go)
   - Options: 
[`lite_simple_consumer_options.go`](https://github.com/apache/rocketmq-clients/blob/master/golang/lite_simple_consumer_options.go)
   - Example: 
[`example/consumer/lite_simple_consumer/main.go`](https://github.com/apache/rocketmq-clients/blob/master/golang/example/consumer/lite_simple_consumer/main.go)
   
   **Shared infrastructure** (also useful for Rust port):
   - Subscription manager (Go): 
[`lite_subscription_manager.go`](https://github.com/apache/rocketmq-clients/blob/master/golang/lite_subscription_manager.go)
   
   The Rust SDK already has `LitePushConsumer` (#1227) — the new 
`LiteSimpleConsumer` should follow the same patterns for lite-topic 
subscription management, ack routing, and client type registration.
   
   ---
   *Automated follow-up by github-manager*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to