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

   **Issue Evaluation**
   
   Category: `type/new feature` | Status: **Evaluated**
   
   **Feasibility:** feasible — the Java SDK already provides 
`LiteSimpleConsumer` with `subscribeLite`/`unsubscribeLite` and pull-based 
`receive`, so the protocol and broker-side support exist.
   
   **Scope:** Node.js client SDK (`nodejs/` module). Would require:
   1. gRPC service stubs for `LiteSimpleConsumer` (if not already shared via 
proto)
   2. `LiteSimpleConsumer` class with `subscribeLite`, `unsubscribeLite`, 
`receive`, `ack` APIs matching the Java builder pattern
   3. Integration tests covering lite-topic subscription lifecycle
   
   **Compatibility:** No breaking changes — this is a pure addition to the 
Node.js SDK surface.
   
   The Node.js SDK currently lags behind Java/Go/C++ in feature parity. This is 
a reasonable request to close that gap. Community contributions are welcome.
   
   ---
   *Automated evaluation by RockteMQ-AI*
   


-- 
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