Commit Graph

318 Commits

Author SHA1 Message Date
Oleg Zhurakousky
58ef5b0479 GH-2570 Ensure consistency in error handling
Rework error handling documentation
Remove dependence and usage of global errorChannel

Resolves #2570
2022-11-29 10:04:03 -08:00
buildmaster
75f16e336b Going back to snapshots 2022-11-17 17:10:08 +00:00
buildmaster
c05e4b82c1 Update SNAPSHOT to 4.0.0-RC2 2022-11-17 17:06:33 +00:00
buildmaster
9a82f726b0 Going back to snapshots 2022-10-27 21:44:40 +00:00
buildmaster
14e58050ef Update SNAPSHOT to 4.0.0-RC1 2022-10-27 21:41:15 +00:00
Soby Chacko
0357d7f67f Schema Registry Docs Cleanup 2022-10-20 15:35:01 -04:00
Gary Russell
d93a4a0c4a GH-2510: RabbitMQ Super Streams Concurrency
Add support for concurrency.

Use try with resources in stream tests.

Fix Test with Latest Boot

Resolves #2524
2022-10-19 09:36:30 +02:00
Augustine Theodore
72d4c1d428 Made a correction in kinesis doc
Resolves #2529
2022-10-17 16:18:21 +02:00
Chris Bono
a85e66fe48 Update spring-cloud-stream.adoc
Remove `@RunWith(SpringRunner.class)` from sample code in Spring Integration Test Binder section:
1. It is a JUnit4 annotation
2. `@SpringBootTest` composes the JUnit5 counterpart (`@ExtendWith({SpringExtension.class})`)

Resolves #2537
2022-10-17 16:16:07 +02:00
Oleg Zhurakousky
7bd67c7776 Revert "Revert "GH-2510: Rabbit Binder Scale-out on Super Stream""
This reverts commit c28873c870.
2022-10-06 14:01:00 +02:00
buildmaster
fdc0d683ec Going back to snapshots 2022-10-06 00:51:30 +00:00
buildmaster
716f045bdf Update SNAPSHOT to 4.0.0-M5 2022-10-06 00:48:03 +00:00
Oleg Zhurakousky
c28873c870 Revert "GH-2510: Rabbit Binder Scale-out on Super Stream"
This reverts commit 16c8591ddd.
2022-10-05 21:31:01 +02:00
Oleg Zhurakousky
3fa4b67703 GH-2482 Add docs about reactive vs imperative functions
Resolves #2482
2022-09-28 14:21:03 +02:00
Gary Russell
16c8591ddd GH-2510: Rabbit Binder Scale-out on Super Stream
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2510

New feature on RabbitMQ (Super Stream with Single Active Consumer) enables
scaling out app instances when using this queue type/config.

`RabbitStreamMessageHandler` is now available in Spring Integration.
2022-09-27 12:51:42 -04:00
Soby Chacko
9a645bc43b Migrating schema registry docs
Initial take on migrating the schema registry refrence docs
from the legacy spring-cloud-schema repository.
2022-09-13 19:05:26 -04:00
Nico Heller
de0efcf0a1 GH-2485: Improvements in Kafka Binder Metrics
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2485

These improvements are threading related

Initial implementation

Readd missing 'cache' for recent offset lags and general refactoring

Add a test case for the schedule-only variant and externalize scheduling interval

Consistency of configuration property naming and minor cleanup of existing code

Review feedback: documentation, author addition and copyright adjustments

Doc wording changes

Fix checkstyle issues

Adjust reference doc and improve new property names according to review

Move documentation to the correct file
2022-09-02 10:21:11 -04:00
Gary Russell
4fda96507c GH-2453: RMQ: Full Support for Alternate Exchange
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2453

Previously, to configure the use of an alternative exchange (used to route
messages when no queue is bound), the user had to manually declare the
exchange and any bindings, and modify the destination exchange using a
`DeclarablesCustomizer` bean.

Add first class support to configure the destination exchange and, optionally,
provision the alternate exchange as well as optionally binding a specific
queue to it.

Resolves #2502
2022-09-01 16:44:15 +02:00
Glenn Renfro
f0c5fe7914 Updated README to fix spelling hiccup 2022-08-31 13:39:16 +02:00
Soby Chacko
3178464f14 Fixes typo in docs.
Resolves #2478
2022-08-15 14:13:22 -04:00
buildmaster
605344d5a5 Going back to snapshots 2022-07-29 19:05:12 +00:00
buildmaster
c69888ae68 Update SNAPSHOT to 4.0.0-M4 2022-07-29 19:02:38 +00:00
Soby Chacko
ad520fff3f Adding initial docs for reactive Kafka binder
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2457
2022-07-27 20:02:08 -04:00
buildmaster
bc72fc7155 Bumping versions 2022-06-30 17:38:59 +00:00
yiliu6
779ebfcf88 udpate outdated links and add link for service bus binder 2022-06-23 14:01:59 -04:00
Gary Russell
63fe90f793 GH-2434: Fix Docs Re: ErrorHandler
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2434
2022-06-16 09:39:27 -04:00
buildmaster
97975a0d3c Going back to snapshots 2022-06-15 11:35:09 +00:00
buildmaster
84d4cccdee Update SNAPSHOT to 4.0.0-M3 2022-06-15 11:32:24 +00:00
Rachana Devi
729aa2517a Fix typo for kafka-streams documentation 2022-06-13 11:18:49 -04:00
Oleg Zhurakousky
cf0dd1bfa3 GH-2374 Add initial support for function-based error handling
Resolves #2374
2022-06-02 15:04:20 +02:00
Soby Chacko
190b5f1fc4 Kafka binder docs cleanup
SeekToCurrentBatchErrorHandler is deprecated.
Removing docs references for this with the new DefaultErrorHandler.

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2369
2022-05-04 10:56:13 -04:00
Artem Bilan
53e6e1a85c Migrate Kinesis binder docs to the common place 2022-05-02 15:36:02 -04:00
Oleg Zhurakousky
818553179a fixing docs
polish
2022-05-02 20:20:49 +02:00
buildmaster
85ffd4d92d Going back to snapshots 2022-03-31 20:05:34 +00:00
buildmaster
a9bd88acce Update SNAPSHOT to 4.0.0-M2 2022-03-31 20:02:59 +00:00
spencergibb
6b9f6a5163 Moves core/docs to root of project for compatibility
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2312
2022-03-30 16:05:21 -04:00
Soby Chacko
e1232ae731 Restructuring the repository 2022-02-23 19:42:29 -05:00
Marcus Kempe
5c62dd6b55 Language improvement spring-cloud-stream docs
Improved language in the Bindings chapter.
2022-02-08 10:52:39 +01:00
buildmaster
333017b8b7 Going back to snapshots 2022-01-27 14:55:34 +00:00
buildmaster
9dbe9ef691 Update SNAPSHOT to 4.0.0-M1 2022-01-27 14:53:31 +00:00
buildmaster
1ccf0ad607 Going back to snapshots 2022-01-27 14:28:46 +00:00
buildmaster
44cdca6462 Update SNAPSHOT to 4.0.0-M1 2022-01-27 14:27:15 +00:00
Oleg Zhurakousky
d7ae0ca987 Merge branch '4.x' into main 2022-01-18 14:13:20 +01:00
Mandy Neumann
72820c1544 Fix some spelling errors 2022-01-18 10:35:42 +01:00
Mandy Neumann
ede1d0f0f7 Fix some spelling errors 2022-01-18 10:34:40 +01:00
Oleg Zhurakousky
872edb2f24 GH-2265 Add support for creating explicit bindings
Resolves #2265
2022-01-14 15:57:41 +01:00
Oleg Zhurakousky
738b658ae9 GH-2265 Add support for creating explicit bindings
Resolves #2265
2022-01-14 15:55:12 +01:00
Soby Chacko
be5b2df1f8 Remove BinderAwareChannelResolver
We deprecated BinderAwareChannelResolver in 3.0.0 in preference to
spring.cloud.stream.sendto.destination and then later on StreamBridge.
Remove BinderAwareChannelResolver and it's related components completely in 4.0.x.
2022-01-07 15:32:15 -05:00
Soby Chacko
6bc8cb20b5 Update version on the docs project 2022-01-04 14:22:05 -05:00
buildmaster
f25ce49cb1 Bumping versions to 3.2.2-SNAPSHOT after release 2021-12-01 16:39:17 +00:00