You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consul's Agent API automatically switches to chunked responses when service discovery information becomes significantly large. Based on #2286, the HTTP client in the Consul namer does not handle chunked responses properly because the JSON parser expects the JSON data to be the entire payload when it begins parsing. The namer should be able to handle this scenario.