When create Java High Level REST Client and concurrent is much.Is need create a client pool like jdbc pool or only a Singleton?
A singleton is fine.
Ok,thanks!
And do I need to close the client?
It's always better to close it when you stop your application.