okuda-seminar / log_service

Apache License 2.0
0 stars 0 forks source link

[Client] Build RPC system. #40

Closed nayuta-ai closed 3 weeks ago

nayuta-ai commented 3 weeks ago

Issue Number

36

Implementation Summary

I have implemented the client side to align with the server's RPC configuration.

Scope of Impact

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
nayuta-ai commented 3 weeks ago

@kobakobashu Please review it.

ryuji0123 commented 3 weeks ago

@nayuta-ai

Why don't you set @kobakobashu as a reviewer?

nayuta-ai commented 3 weeks ago

I forgot.

@kobakobashu I've set it to Reviewers. Please check it.