buildmaster
f1d4f8a53e
Bumping versions
2022-12-16 17:26:47 +00:00
buildmaster
2d9b82fc3f
Bumping versions to 4.0.1-SNAPSHOT after release
2022-12-15 20:22:20 +00:00
buildmaster
203e4895b5
Going back to snapshots
2022-12-15 20:22:19 +00:00
buildmaster
b368d681fa
Update SNAPSHOT to 4.0.0
2022-12-15 20:18:09 +00:00
Soby Chacko
1edbd4abba
Docs cleanup
...
Remove all references to EnableBinding/StreamListener from the docs
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2589
2022-12-13 17:29:37 -05:00
Soby Chacko
7a3f0f8197
StreamOperations interface for StreamBridge
...
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2548
2022-12-13 03:54:57 -08:00
Soby Chacko
f500883994
Observation related changes in Kafka binder ( #2582 )
...
* Observation related changes in Kafka binder
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2576
* Follow up to the previous commit on observation changes
* Address PR review
* Addressing PR review
* Addressing PR review
2022-12-12 15:56:01 -05:00
유병준[Plasma1]
764a90720a
fix a broken link for kafka transaction reference
2022-12-07 10:47:12 -05:00
sai
3c7c5230c6
Fix typo in ListenerContainerWithDlqAndRetryCustomizer example of kafka binder
2022-12-05 17:27:27 -05:00
Soby Chacko
f54a370eed
Remove AWS Kinesis binder from core SCSt
2022-12-02 14:03:00 -05:00
buildmaster
67eed25d22
Going back to snapshots
2022-12-01 17:32:53 +00:00
buildmaster
9d4fdbbb03
Update SNAPSHOT to 4.0.0-RC3
2022-12-01 17:29:34 +00:00
Soby Chacko
8f04c6e9aa
Disconnect Kinesis binder docs from ref docs
2022-11-30 22:22:38 -05:00
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