# README
Running the example
The example consists of a service and its client implementation. The service implementation uses the following components:
- HTTP
- gRPC
- Kafka
- AWS SQS
- AMQP
The client implements all Patron clients for the components used by the service. There is also a flag that allows targeting a specific service component.
How to run
First we need to start the dependencies of the example by running:
make deps-start
Next we run the service:
make example-service
and afterwards the client:
make example-client
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
Greeter_ServiceDesc is the grpc.ServiceDesc for Greeter service.
# Structs
The response message containing the greetings.
The request message containing the user's name.
UnimplementedGreeterServer must be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
No description provided by the author
GreeterClient is the client API for Greeter service.
GreeterServer is the server API for Greeter service.
UnsafeGreeterServer may be embedded to opt out of forward compatibility for this service.