I have implemented the client side to align with the server's RPC configuration.
Scope of Impact
internal/client
internal/server/presentation
cmd/client/main.go
Particular points to check
I aligned it with the presentation; is that okay?
Test
$ make send_message
RABBITMQ_URL=amqp://guest:guest@localhost:5672/ go run ./cmd/client --log-level=debug --source-service=client --destination-service=server --request-type=POST --content="Hello World!"
2024/11/03 23:28:08 Received response: code: 0, message: OK
Issue Number
36
Implementation Summary
I have implemented the client side to align with the server's RPC configuration.
Scope of Impact
internal/client
internal/server/presentation
cmd/client/main.go
Particular points to check
I aligned it with the presentation; is that okay?
Test