Nikolay Deliyski
Nikolay Deliyski
Hi, could you assign it to me? As it will be implemented within https://github.com/eclipse/hono/issues/2069
Summing up the proposal for optimization: - On shutdown, Protocol Adapter will not explicitly unregister Command Consumers and will not send `disconnectedTtdEvent`. - Command Router will send `disconnectedTtdEvent` in case...
Hi, the topic looks interesting. Could I join here?
I have collected some thoughts regarding https://github.com/eclipse/hono/issues/2069 and https://github.com/eclipse/hono/issues/2760 as both issues seems to address similar problems. Directions for improvement: 1 Remove call to unregister-cmd-consumer. Move sending of "connected" and...
Here are some findings that came together with @calohmn. At first I thought to add batch operations to both register-cmd-consumer and unregister-cmd-consumer Command Router APIs. But then I face the...
@avgustinmm for 1) I agree for 2) you mean this statement `the device-id segment in all cases except when the command was explicitly directed at the gateway itself`, right?
Hi, could you assign me on that issue?
I think gateway device should behave as a normal device. As such it should inherit all the topics of the normal/plain device. I could not find exact statement for that...
I am thinking how to proceed here. The issue title is scoped to reduce of (Infinispan) cache operations. #2760 has already implemented an optimization during adapter shutdown. The first comment...
The fix is implemented.