GithubHelp home page GithubHelp logo

otto-de / babbage-microservice Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 337 KB

Basic modules that are useful for JVM microservices on top of Spring Boot Webflux

License: Apache License 2.0

Kotlin 67.66% Shell 1.11% JavaScript 2.79% HTML 28.43%

babbage-microservice's People

Contributors

frankbregulla1111 avatar mediamarco avatar mgeissen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

babbage-microservice's Issues

Replace SsmClient with SsmAsyncClient

The aws-paramstore module is using the AWS SsmClient for resolving the properties from the AWS ParameterStore. We should replace it with the SsmAsyncClient to have no blocking code in the library.

This client is only used during startup of the spring service. Therefore, it should lead to any issues during the run of the service.

Make links in management navbar bar configurable

Currently there is fixed list of links in the management navbar. This sometimes leads to a 404 page, because it is possible to disable some of the endpoints.

Furthermore, it would be nice of implementations of the library could extend the links in the navigation by adding custom links.

Code-Reference:

<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a th:href="@{|${webEndpointBasePath}/health|}">health</a></li>
<li><a th:href="@{|${webEndpointBasePath}/info|}">info</a></li>
<li><a th:href="@{|${webEndpointBasePath}/logger|}">Logger</a></li>
<li><a th:href="@{|${webEndpointBasePath}/toggles|}">Togglz</a></li>
<li><a th:href="@{|${webEndpointBasePath}/metrics|}">metrics</a></li>
</ul>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.