Can this component support the TCP protocol? If so, what can I do? Thank you for your answer
Comment From: ciscoo
Someone correct me if I'm wrong here, but no. Spring Cloud OpenFeign configures Feign clients which are HTTP clients.
If you need TCP transport, then have a look at RSocket https://rsocket.io/
Comment From: shangjunshang
Thank you for your answer. Are you the author of this component
Comment From: OlgaMaciaszek
Yes, Spring Cloud OpenFeign project provides Spring integration for OpenFeign that, in turn, uses HTTP clients under the hood.