An open API service indexing awesome lists of open source software.

https://github.com/beratyesbek/airlines-checking-microservice

The airlines microservice provides a communications layer between the consumer and backend systems. It connects with grpc and rabbitmq to provide the underlying communication protocols.
https://github.com/beratyesbek/airlines-checking-microservice

grpc java microservice rabbitmq spring-boot

Last synced: 8 months ago
JSON representation

The airlines microservice provides a communications layer between the consumer and backend systems. It connects with grpc and rabbitmq to provide the underlying communication protocols.

Awesome Lists containing this project

README

          

### Airlines Checking Microservice

Checking service that provide checking before flight. Checking service is using H2 database. It communicates Ticket service using GRPC protocol.

It provide RestFull API for checking tickets. Endpoint wants checkingCode parameter as a path variable

###### Avaliable Endpoints
Enpoint: http://localhost:8083/checking/{checkingCode}

#### Diagram

#### Service Design