giangndm
giangndm
@caspermeijn Sure, I will update the code this weekend. Ps: Sorry for the late reply, I missed it among ton of Github notifications.
This will work same with ice, we have 2 options: - Using some ice implementation - Implementing something similar ice
After retried test, it success. https://github.com/8xFF/atm0s-sdn/actions/runs/10001982292
It related to multi-interfaces fixed in https://github.com/8xFF/atm0s-sdn/pull/175
@marverlous811 @jibon57 I think TLS + Endpoint is enough. For securing environment, we can add some token to endpoint and use TLS for avoiding man-in-middle attack.
@marverlous811 new rust version already has async trait, then we don't need async_trait anymore
@marverlous811 sea-orm crate has some outdate dependence, may be we need to create an issue in sea-orm repo
@marverlous811 I just updated for fixing cargo-deny issue, please merge with latest source code
@marverlous811 I just refactored the PR. For simplicity, I used a direct struct generated from protobuf and converted it to binary or JSON based on the configuration parameter. @jibon57 I...
@marverlous811 @jibon57 I merged it as a first version. Security or retry-backoff will be implemented soon