-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove: registration API #4402
Comments
Some notes taken in today's meeting with NEC team about the removal of this functionality:
|
@mapedraza @fgalan I can totally understand and appreciate the refactoring of commands in #4397 as it is really fragile. Once someone did something woring the complete commucation chain breaks. However, using Orion as Aggregator is quite useful in many sceanarios because in micro-service structures it is often a hassle to request data from the individual components and requires additional effort when implementing additional services. Here a an additioanl use case from a smart building control: Let's say we have a heater in a room and a temperatur sensor (IoT-devices) This scenario allows for total event-based communication with the OpenWeatherMap. Here we even control the allowed access rate to the OpenWeatherMap. Hence, we have total control of costs and reduction of management cost using the NGSI-Proxy. The NGSI-Proxy, can also be used for any other additonal external service. Especially, in smart building where often a heteregenous IT-infrastructure is installed this is quite valuable and allows to integrate many different stakeholder-APIs Issue without registations In a nutshell, as @fgalan proposed at least something like a PS: I hope I could make a point and also git the right issue :) |
As a continuation of issue #4397, this issue is about the definitive removal of the registration API and associated query/update forwarding to CPrs.
The text was updated successfully, but these errors were encountered: