Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
Our current default path mapping could be improved to support RFC6570 URI template, so that a PathMapping can be used both for matching and templating.
damnhandy/Handy-URI-Templates support both matching and templating, but it won't get along with our Trie based router, which means we may need to contribute to the project or write one by our own.
Our current default path mapping could be improved to support RFC6570 URI template, so that a
PathMapping
can be used both for matching and templating.damnhandy/Handy-URI-Templates support both matching and templating, but it won't get along with our Trie based router, which means we may need to contribute to the project or write one by our own.