-
Notifications
You must be signed in to change notification settings - Fork 21
Cepheus CEP in a multi-tenancy way #60
Comments
You are right, Cepheus CEP is itself multi tenant (can handle CEP rules / event for multiple tenants using We had plans to had the capacity to register to multi tenant providers but this was not implemented. |
Hello @marcc-orange Thx you. |
There is two ways to make Cepheus talk to multi-tenant providers such as Orion : The first is the one you mentioned : if a tenant The second one is to have every provider in the configuration specify its tenant information by adding a For the implementation on the first solution, you got the picture right. |
i want to ask if Cepheus-cep now able to handle subscriptions to Muti-tenant providers ? |
Hi @AhmedEmad031 , No new features are currently planned. Contributions are welcomed. ;) |
Hello @marcc-orange I want to ask if this issue is regarding the subscription where we can add Service and ServicePath in the provider section in configuration? If my above understanding is correct or if I have missed on something? |
Hello @pooja1pathak, yes the #69 is a good step in full support for multi-tenancy by Cepheus CEP. But some issues like #73 are still pending and thus prevent full support. |
Hello @marcc-orange , I have added my observation on #73. Please check and verify my observation. |
Is the Cepheus CEP ready for working alone in a multy-tenancy way without Cepheus Broker?
I have been doing some test with a simple architecture: IoTAgent, Orion and Cepheus CEP
And I just realized that the code where the requests are made isn't sending "Fiware-Service" neither "Fiware-ServicePath" SubscriptionManager headers are null.
The text was updated successfully, but these errors were encountered: