Oleg Zhurakousky
5d881b2adb
GH-2994, GH-2986 Add documentation explaining batch type conversion
2024-09-23 16:47:36 +02:00
Soby Chacko
42d91e0ff3
GH-2650: Observability enhancements in reactive Kafka binder
...
Fixes https://github.com/spring-cloud/spring-cloud-stream/issues/2650
* Enable native observability support for output binding in the reactive Kafka binder
* Adding test to verify this support with downstream consumers
* Adding ref docs
* Addressing PR review
2024-09-19 12:48:19 -04:00
buildmaster
1de0e1c690
Going back to snapshots
2024-08-19 18:09:13 +00:00
buildmaster
b1507bdc01
Update SNAPSHOT to 4.2.0-M1
2024-08-19 18:06:14 +00:00
buildmaster
26dddfe1c1
Going back to snapshots
2024-08-19 17:29:31 +00:00
buildmaster
15f5791281
Update SNAPSHOT to 4.2.0-M1
2024-08-19 17:26:43 +00:00
Oleg Zhurakousky
dffbe6d610
Merge pull request #2984 from andq/main
...
Fix typo in docs
2024-08-07 17:29:54 +02:00
buildmaster
71e0c92e7c
Bumping versions
2024-08-06 18:45:33 +00:00
andq
1b4e3fbad8
Fix typo in docs
2024-08-03 19:41:18 +02:00
buildmaster
b5eccf6232
Bumping versions to 4.1.4-SNAPSHOT after release
2024-07-10 16:21:06 +00:00
buildmaster
2cbcd93232
Going back to snapshots
2024-07-10 16:21:05 +00:00
buildmaster
f459e2bfcd
Update SNAPSHOT to 4.1.3
2024-07-10 16:17:09 +00:00
Ryan Baxter
6f4498329e
Upgrade antora
2024-06-25 14:28:48 -04:00
Chanhyeong Cho
ae32191310
Minor cleanup
...
* Remove reference to @EnableBinding in DefaultBinding
* Docs cleanup
2024-06-17 15:20:50 -04:00
buildmaster
7c206241cc
Bumping versions to 4.1.3-SNAPSHOT after release
2024-05-30 10:53:13 +00:00
buildmaster
084242ac9e
Going back to snapshots
2024-05-30 10:53:12 +00:00
buildmaster
79d093e984
Update SNAPSHOT to 4.1.2
2024-05-30 10:49:10 +00:00
Soby Chacko
a3c4364740
GH-2949: KafkaBinderHealthIndicator consumer group.id
...
* Add a new property in `KafkaBinderConfigurationProperties` to allow
the users to specify a `group.id` for the metadata consumer used by the
health indicator.
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2949
2024-05-13 20:43:30 -04:00
Soby Chacko
7e20c9efbe
Adding docs for ReactorKafkaBinderHealthIndicator
...
See https://github.com/spring-cloud/spring-cloud-stream/issues/2948
2024-05-13 16:08:11 -04:00
kutmk
1f41055917
Add @EnableTestBinder annotation ( #2947 )
...
* Add @EnableTestBinder annotation
* Use @EnableTestBinder in tests
* Update copyright and author tag
* Add javadoc
* Update explanation to use @EnableTestBinder
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2931
2024-05-13 11:29:00 -04:00
Soby Chacko
9cbd45910e
GH-2926: Clarify docs on observablity when consuming in batches
...
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2926
* Clarify docs on Observability when consuming records in batch mode in Kafka binder
2024-04-29 18:33:07 -04:00
Soby Chacko
7845be50ef
GH-2932: Sanitize sensitive data on bindings endpoint
...
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2932
Spring Boot provides `SanitizingFunction` to allow the applicaitons to clear out
sensitive data when using certain actuator endpoints. This feature can be
extended to custom endpoints as well. Enable the bindings actuator endpoint
to sanitze sensitive data based on user-provided logic in `SantizingFuction`
beans in the application.
2024-04-17 17:30:28 -04:00
Soby Chacko
a636eec47c
GH-2933: Clarify docs on adding global state stores
...
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2933
2024-04-09 14:44:45 -04:00
buildmaster
99f1f1eb4a
Bumping versions to 4.1.2-SNAPSHOT after release
2024-03-27 13:18:07 +00:00
buildmaster
3e7e65f259
Going back to snapshots
2024-03-27 13:18:06 +00:00
buildmaster
71727654ef
Update SNAPSHOT to 4.1.1
2024-03-27 13:13:52 +00:00
lazare
5a231df52d
fixed typo in configuration-options.adoc
2024-03-25 17:52:10 -04:00
Soby Chacko
568c82d889
Fixing typo - consuming batch docs
2024-03-21 16:22:18 -04:00
Soby Chacko
a2458f3029
Clarify batch-consuming docs for Kafka binder
...
Based on this issue: https://github.com/spring-cloud/spring-cloud-stream/issues/2917
2024-03-14 10:54:52 -04:00
Ryan Baxter
d2e66b76a1
Update antora-playbook.yml to 0.4.11
2024-03-12 10:35:33 -04:00
Soby Chacko
fac0c143ad
GH-2560: Clarify docs on error handling/DLQ
...
* Clarify the docs on retry behavior in Kafka binder when max-attempts set to 1 and no DLQ
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2560
2024-03-08 18:20:43 -05:00
Soby Chacko
b08fe14dd7
Move core error handling docs to top-level
...
Kafka binder error channels docs cleanup
2024-03-08 17:40:12 -05:00
Soby Chacko
05b1eadd78
Docs cleanup
2024-03-08 15:59:56 -05:00
Soby Chacko
b595302f9c
Cleanup default properties docs
...
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2906
2024-03-08 15:51:00 -05:00
Soby Chacko
5f1611a4aa
GH-2884: Docs on Pulsar Binder Config Props
...
Adding a brief docs section for the Pulsar binder config properties.
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2884
2024-03-01 17:19:05 -05:00
Oleg Zhurakousky
7fa72282c1
GH-2898 Add support for asyn send to StreamBridge
2024-02-14 21:17:27 +01:00
Soby Chacko
977b5e3a4c
Cleaning up Kafka Streams binder antora docs
2024-02-13 15:10:04 -05:00
Soby Chacko
b26c21aacf
Fixing Kafka binder docs navigation
2024-02-01 18:49:13 -05:00
Soby Chacko
aea0e8f591
Kafka binder docs cleanup
...
Fixing a few broken links in config options docs
2024-01-26 15:59:25 -05:00
Soby Chacko
75de93a95f
Binding names docs refactoring
2024-01-18 17:59:16 -05:00
“claudio-code”
1bfaed9471
Changed two links
2023-12-11 10:52:35 -05:00
buildmaster
aa597bbfcb
Bumping versions to 4.1.1-SNAPSHOT after release
2023-12-06 15:16:34 +00:00
buildmaster
fae2175dc3
Going back to snapshots
2023-12-06 15:16:33 +00:00
buildmaster
a4fb285836
Update SNAPSHOT to 4.1.0
2023-12-06 15:12:11 +00:00
buildmaster
9054367f67
Going back to snapshots
2023-10-31 13:34:17 +00:00
buildmaster
b3a3e03634
Update SNAPSHOT to 4.1.0-RC1
2023-10-31 13:30:45 +00:00
Soby Chacko
9b2e91dc60
Kafka Streams binder docs cleanup
...
- Use StreamsBuilderFactoryBeanConfigurer instead of StreamsBuilderFactoryBeanCustomizer
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2837
2023-10-24 19:16:57 -04:00
Soby Chacko
7f899646d3
Docs changes for the DltAwareProcessor hierarchy
2023-10-17 13:14:16 -04:00
Soby Chacko
4b53c839ac
Sending record keys as part of DltAwareProcessor
2023-10-12 20:26:32 -04:00
buildmaster
cd0e3c1a38
Going back to snapshots
2023-09-27 10:33:44 +00:00