This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Cepheus CEP DELETE request doesn't unsubscribe Provider #77
Labels
multitenancy
Support for Fiware-Service and Fiware-ServicePath
Experimenting with Cepheus I discovered that if a Cepheus CEP configuration is deleted by sending request:
DELETE cepheus:8080/v1/admin/config
It deletes the configuration file but does not
unsubscribe
fromOrion
for that entity.So whenever there is an update occurs in
Orion
it receives a notification and throws anEvent processing error.
Logs which I received:
The same I have tested with Cepheus CEP in multi-tenant profile by changing application.properties as:
spring.profiles.active=multi-tenant
There also no unsubscribe request is executed in
DELETE
request of configuration and anyupdate context
in Orionnotifies
Cepheus CEP and throwsNullPointerException
.Logs are as:
It would seem that these
Exceptions
occur becauseDELETE
request doesn'tunsubscribe
Cepheus CEP
fromProvider
.It should
unsubscribe
fromProvider
at the time ofDELETE
request.The text was updated successfully, but these errors were encountered: