OpenFeign / feign

Feign makes writing java http clients easier
Apache License 2.0
9.49k stars 1.93k forks source link

Support sse client #971

Open plakhov opened 5 years ago

plakhov commented 5 years ago

Hello! Didn't find in your documentation information about support SSE. Can Feign client was sse client?

kdavisk6 commented 5 years ago

@plakhov

You may be able to use our limited reactive streams support to manage SSE based requests and responses.

kristchen commented 2 years ago

+1

TLovers commented 3 months ago

+2

velo commented 3 months ago

+3

Looking forward the PRs to make it happen