Hello,
Despite having great support for many Cloud-Native
patterns, would the MicroProfile specifications be limited to the one already defined at the time of this writing or does MicroProfile already plans to add more patterns and support for technologies that ease a Cloud-target container based applications development?
To give an example, orchestration / choreography are two patterns used widely in micro-service based architecture. While MicroProfile components can be composed together (for example used Reactive Messaging) to implement such patterns, a more standardized supported way of achieving this would be highly welcome (not only based on my experience but also based on some community feedback).
Another example would be a data processing pipeline abstraction such as Spring Cloud Data Flow that leverages Spring Cloud Stream (could be MicroProfile Reactive Messaging?).