kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

decorated `@rest` endpoints can be `async` #22

Closed viniarck closed 10 months ago

viniarck commented 11 months ago

telemetry_int will leverage EVCs metadata as specified on EP031, and it won't use pymongo (blocking) directly, so there's opportunity to turn the decorated @rest endpoints into async which would be lighter. Similarly, all the requests can use httpx.AsyncClient, and KytosEvent aput