hageshiame opened a new issue, #202: URL: https://github.com/apache/bifromq/issues/202
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** ```java bifromq-retain/bifromq-retain-client/src/main/java/org/apache/bifromq/retain/client/RetainClient.java](https://github.com/apache/bifromq/blob/7bc6ee1d/bifromq-retain/bifromq-retain-client/src/main/java/org/apache/bifromq/retain/client/RetainClient.java if (!payload.isEmpty()) { tenantMeter.recordSummary(MqttIngressRetainBytes, payload.size()); } // TODO: add throttler return rpcClient.invoke(publisher.getTenantId(), null, RetainRequest.newBuilder() .setReqId(reqId) .setTopic(topic) ``` - In-memory engine: Requires extended statistics collection (InMemKVSpace.java:101-102) - RocksDB engine: Also requires more statistical metrics (RocksDBKVSpace.java:186-187) **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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]
