Participant I
Since ‎04-15-2016
‎06-22-2021

My Stats

  • 13 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

raghav_pn's Bio

Badges raghav_pn Earned

View all badges

Recent Activity

Hi,I know currently apigee does not support websocket & SSE but I have seen some posts in apigee forums that apigee had supported in the past. When will apigee commence supporting these stuffs and why it has been stoped?
Hi,I just want to use http streaming from our backend server for push notifications.So when the connection is established between the backend server and client, I need this connection to be opened for ever and intermittently backend server keeps on t...
Hi,From the below forum link , I have found the max size of a cache would be 200 MB.https://community.apigee.com/questions/1636/what-is-the-max-cache-size-and-what-is-the-max-val.htmlAs well the below link states that a cache can hold 2.5 million ite...
Hi,I am using Generate JWT policy in Apigee but I need to decode the JWT in out backend api.Can I use the "Nimbus Jose" library in our code to decode it?.I don't want to call Apigee to decode the same or java callout policies.Much appreciated if you ...
I have a proxy to my API which has only two methods(POST & GET).Here I would like to apply the quota policy to the the method whose type is POST not to the GET.