shawkins commented on PR #281:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/281#issuecomment-3070158407

   > cc @shawkins do you happen to have some numbers / metrics regarding 
informers? thank you
   
   Not that I recall. Memory footprint is usually the number one concern - it 
of course varies with the number of resources watched and the size of them. 
Cluster scoped watching of secrets or configmaps would commonly be the most 
problematic. 
   
   The next most frequent concern with the older fabric8s using okhttp was an 
exhaustion of concurrent requests - that has since been fixed. I'm not sure 
what the server-side limit is on the number of concurrent watches / websockets.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to