Skip to content

A setup of 2 services in Golang, where Caller-Service calls Response-Service using REST APIs

License

Notifications You must be signed in to change notification settings

snaruto7/simple-http-service

Repository files navigation

Simple-Http-Service

Go GitHub GitHub stars

This is simple yet powerful example of Caller and Response service via REST API. Caller service send it's Pod Name and Zone info to response service and Response service also prints out it's own Pod name and Zone info and transfer everything back to Caller service.

This example is useful for service to service communication and Enabling Zone Aware Routing which we will implement using these service.

Usage

Usage of respective services can be found here.

Caller Service

Response Service

About

A setup of 2 services in Golang, where Caller-Service calls Response-Service using REST APIs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published