committed by
Oleg Zhurakousky
parent
d105822c2a
commit
6dd631403a
Binary file not shown.
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 51 KiB |
@@ -6,6 +6,7 @@ Fast forward to the cloud-era, where microservices have become prominent in the
|
||||
|
||||
To extend this to Data Integration workloads, Spring Integration and Spring Boot were put together into a new project. Spring Cloud Stream was born.
|
||||
|
||||
[%hardbreaks]
|
||||
With Spring Cloud Stream, developers can:
|
||||
* Build, test, iterate, and deploy data-centric applications in isolation.
|
||||
* Apply modern microservices architecture patterns, including composition through messaging.
|
||||
@@ -179,4 +180,4 @@ As of version 2.2, the following items have been deprecated:
|
||||
|
||||
=== Notes on migrating from 1.x to 2.x?
|
||||
- Due to the improvements in content-type negotiation, the `originalContentType` header is not used (ignored) since 2.x and only exists for maintaining compatibility with 1.x versions
|
||||
- Introduction of `@StreamRetryTemplate` qualifier. While configuring custom instance of the `RetryTemplate` and to avoid conflicts you must qualify the instance of such `RetryTemplate` with this qualifier. See <<Retry Template, Retry Template>> for more details.
|
||||
- Introduction of `@StreamRetryTemplate` qualifier. While configuring custom instance of the `RetryTemplate` and to avoid conflicts you must qualify the instance of such `RetryTemplate` with this qualifier. See <<Retry Template, Retry Template>> for more details.
|
||||
|
||||
Reference in New Issue
Block a user