Hello!
I have integrated PTP query into our L1. I can subscribe PTP sync events first and then pull events. I pull PTP event every second for simplicity instead of relying on the push notification from cloud event proxy.
It works when cell number is low, when I increase to 20 cells, the subscriptions are gone, so the pull returns 404.
I am using RHCOP 4.16.
curl -i -X GET http://my.TelcomDU.com:9043/api/ocloudNotifications/v2/subscriptions
returned null, to confirm the subscriptions got deleted, and I am sure my code did not delete subscriptions.
Could the cell number increase affect PTP pod's event proxy container. I am surprised. @jzding appreciate any lead!