Skip to content

Microsserviço de gerenciamento de pedidos (Pós Tech - FIAP)

Notifications You must be signed in to change notification settings

caio303/pedidos-ms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pedidos Service (MS)

Mensageria

Este microsserviço produz mensagens para o tópico novo-pedido-topic, enquanto consumirá dos seguintes:

  • estoque-insuficiente-topic
  • entrega-status-topic

Environment Vars

  • PEDIDOS_PROFILE (dev)
  • PEDIDOS_API_PORT (8081)
  • PEDIDOS_DB_USER (postgres)
  • PEDIDOS_DB_PASSWORD (postgres)
  • PEDIDOS_DB_HOST (postgresql://localhost)
  • PEDIDOS_DB_PORT (5432)
  • PEDIDOS_BROKER_HOST (localhost)
  • PEDIDOS_BROKER_PORT (9092)
  • PEDIDOS_CLIENTE_SERVICE_HOST (http://localhost:8080)
  • PEDIDOS_CATALOGO_SERVICE_HOST (http://localhost:8082)
  • PEDIDOS_LIQUIBASE_CHANGELOGS_PATH (db/changelog/changelog-master.xml)

About

Microsserviço de gerenciamento de pedidos (Pós Tech - FIAP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published