0

I've recently discovered MessagePack, which seems to be an interesting alternative to JSONs. If I'd like to use it in a Java Microservices Architecture, how can I make microservices talk between each other? Currently, I'm using the following stack:

  1. Spring Boot
  2. Spring Cloud (+ Eureka, RabbitQM, Zuul)

What I've found is a sort of converter that was, actually, written for a monolithic application. But what about the communication between microservices, so, the stream of messages? How can I combinate MessagePack with the Microservices Architecture?

Gianmarco F.
  • 780
  • 2
  • 12
  • 36
  • Not sure the Architecture would matter too much. I'd imagine you download a serializer for MessagePack in Java and include it in each Microservice or application you want to use it in. – Nope Mar 13 '20 at 14:09
  • @Nope but how do I fire the msgpack message to another microservice? Unfortunately the available adapters don't do that (as far as I've understood) – Gianmarco F. Mar 13 '20 at 15:20

0 Answers0