Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vertx-dev] Sticky session on vert.x

Hi devs,

We are developing a microservice architecture using vert.x and we have a requirement to route the API calls of a user from API Gateway (Develop using vert.x) to same microservice node. 

This is my solution : I planned to keep user to node mapping as a entry in clustered map and do the sticky routing from API Gateway. Is there any better way to handle this in vert.x. 

Thanks,
Kasun.

--
Kasun Weranga Gunathilake.

Back to the top