Hi team
I am relatively new to vertx and Java .
I have built an API in vertx that will take a request and retrieve information from couchbase. We wanted to do a load test on this using j meter . When I ran the test and looked at the tcp dump we saw that we have an ssl handshake for every call and also a disconnect. This is taking almost 80 Ms . I wanted to know how to keep alive the http connection after the 1st call .
Will there be any code changes in the server end or do I need to send some information in my request I am not sure how to go about this
Any help is much appreciated.
Thanks