Skip to content

sudaredd/app-protobuf-messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-protobuf-messaging

POC is implemented using gRPC, Protobuf, Spring boot, Kafka

Sample json to test, method POST http://localhost:8081/trade/send

{ "tradeId":"TRD5647474474", "symbol":"MSGS", "price":56.21, "quantity":100, "account":"IU94857", "buySell":"BUY" }

This one class rest controller, then rest controller calls gRpc service-> gRpc write message to Kafka and then Kafka consumer reads message and insert trade object in DB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published