Skip to content
Snippets Groups Projects
Select Git revision
  • 93f67e248cefff19a046633b7b634de31901b26d
  • master default protected
  • dev
  • gh-pages
4 results

system-services-data.md

Blame
  • Martin Weise's avatar
    Martin Weise authored
    93f67e24
    History
    author: Martin Weise

    Data Service

    tl;dr

    !!! debug "Debug Information"

    * Ports: 9093/tcp
    * Info: `http://:9093/actuator/info`
    * Health: `http://:9093/actuator/health`
    * Prometheus: `http://:9093/actuator/prometheus`
    * Swagger UI: `http://:9093/swagger-ui/index.html` <a href="__BASE_URL__/swagger/data" target="_blank">:fontawesome-solid-square-up-right: view online</a>

    Overview

    The Data Service is responsible for inserting AMQP tuples from the Broker Service into the Data DB via Spring AMQP. To increase the number of consumers, scale the Data Service up.

    Limitations

    (none)

    Security

    (none)