Microservice document built using akka-http with swagger

I am trying to create microservices using the first design approach and using akka-http (scala) 2.4.1. For design, firstly, IMHO, swagger is widespread. I could not find a single template that deals with how swagger works with akka-http.

How can I continue?

I found the thread https://github.com/akka/akka/issues/16591 , which to some extent talks about this, but cannot find a conclusion / approach.

In addition, it seems that the incorrect version of the library https://github.com/Tecsisa/akka-http-swagger

The swagger community found a stream , indicating the use of swagger-inflector to ensure that the implementation adheres to specifications developed by the swagger, but it seems that goes well with java, and not with the scala.

+4
source share

Source: https://habr.com/ru/post/1626137/


All Articles