djjorjinho commented on issue #422:
URL: https://github.com/apache/pekko-http/issues/422#issuecomment-2293619478

   In the end, I enabled debug logging, but still could not fully understand 
what was happening, except that the server our service was requesting had 
already responded with an entity payload and it looked like the issue was at 
consuming the payload.
   
   I found this 
[discussion](https://discuss.lightbend.com/t/about-nomoreelementsneeded-exception/8599/6)
 and I noticed that we had increased `max-chunk-size-20mb` to this k8s api 
cluster discovery 
[issue](https://doc.akka.io/docs/akka-management/current/bootstrap/troubleshooting.html#kubernetes-api-http-chunk-size-exceeds-the-configured-limit-during-contact-point-discovery).
   
   We use seed nodes for discovery now, so once we reverted the value back to 
1mb, the exceptions stopped.
   
   


-- 
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