Suite is a part of the Sonata Project that is used to share the same DTO (Data Transfer Object) classes between different microservices. Suite acts as a store for DTO classes. If you want to use HTTP or another client for communication between Sonata microservices, you should use the following:
- Suite-Servlet to communicate in standard blocking way
- Suite-Reactive to communicate in reactive way