/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.

Primary LanguageJava

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