Romain Manni-Bucau
Yupiik Batch is a new and very light library which enables to create (Java) batch in a modern way. Let's dig into its basis and see which problematic it answers.
Romain Manni-Bucau
We multiply microservices more and more but did we think about how to combine them? how to ensure they are maintainable? how to make them decoupled from the current technology choices? how to ensure they can evolve with your requirements? In other words, are you future proof?
Romain Manni-Bucau
JSON-RPC protocol enables to unify its development. It provide a transport agnostic way to exchange requests/responses by exchange or by bulk. From the plain HTTP server to the messaging solution it fits and integrates a lot of modern use cases. By its simple/JSON nature, it also enables very advanced extensions and replaces very easily the rigid or not well integrated fancy GraphQL solution. Let's dig into it.