dependabot[bot]
0df6e43f1c
Bump spring-cloud-function-context in /kotlin-rabbit-functions
...
Bumps spring-cloud-function-context from 3.2.2-SNAPSHOT to 3.2.3.
---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-function-context
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 14:34:23 -04:00
dependabot[bot]
2718260aa9
Bump org.springframework:spring-core
...
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework ) from 5.2.22.RELEASE to 5.2.24.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.22.RELEASE...v5.2.24.RELEASE )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 14:34:00 -04:00
dependabot[bot]
e641f01a55
Bump spring-cloud-function-context
...
Bumps spring-cloud-function-context from 3.0.12.BUILD-SNAPSHOT to 3.1.8-SNAPSHOT.
---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-function-context
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 14:33:43 -04:00
dependabot[bot]
30f7be012b
Bump spring-cloud-function-context
...
Bumps spring-cloud-function-context from 3.0.12.BUILD-SNAPSHOT to 3.1.8-SNAPSHOT.
---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-function-context
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 14:33:19 -04:00
dependabot[bot]
545ff85650
Bump spring-core
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.2.8.RELEASE to 5.2.22.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.22.RELEASE )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 14:32:58 -04:00
Ilya Serbis
3854c0f989
Update README.adoc
...
fix reference link
2023-08-28 14:32:27 -04:00
Dirk Dühr
f5768dad03
README updated and docker-compose file cleanup
2023-08-28 14:31:04 -04:00
Steven PG
547ca663c5
Add Spring Batch Producer example to existing Kafka batch sample ( #240 )
...
* Add working batch-produce example in same style as existing sample app
* add documentation and alignment with existing project
* capitalization
2023-02-09 17:58:41 -05:00
augustine-p
b07961aa1b
GH-233: Add batch consumer for Kinesis sample
...
Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/233
2023-01-03 13:05:36 -05:00
augustine-p
e2bf4ebb63
GH-230: Disabled CSRF for Kinesis sample
...
Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/230
2023-01-03 11:46:23 -05:00
augustine-p
4eb9445b53
GH-228: Changed version for spring-boot
...
Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/228
2023-01-03 11:42:17 -05:00
Soby Chacko
764f1d4026
Update README.adoc
2022-05-05 11:34:38 -04:00
Chris Bono
af10c1f863
Add schema registry to Kafka tools
2022-04-15 13:05:07 -05:00
Chris Bono
3e9571d777
Fix typo in tools/kafka/README.md
2022-03-17 19:47:35 -05:00
onobc
a70904ef08
Add docker-compose for kafka cluster
2022-03-15 10:08:20 -04:00
Soby Chacko
08692a96d5
New sample for sendto.destination header with multi binders
2022-01-20 16:52:59 -05:00
Oleg Zhurakousky
efaa4c69c2
Update kotlin/rabbit sample
2021-12-07 13:22:04 +01:00
Soby Chacko
26ce234c10
Remove recipe style docs from samples project
...
Receipe docs have migrated to the Kafka binder docs as part of the 3.2.x release.
2021-12-02 17:13:45 -05:00
Soby Chacko
794c8629a4
Polishing
2021-10-01 16:28:54 -04:00
Soby Chacko
1998a60a5f
Transaction sample changes
...
Add @Transactional on the runtime code in the lambda expression,
not on the functional bean. If it is set on the function bean, then
that will only be invoked at application initialization, thus losing
the transactional semantics on the actual runtme code.
Resolves https://github.com/spring-cloud/spring-cloud-stream-samples/issues/212
2021-10-01 16:21:27 -04:00
Soby Chacko
becc034169
Fix Kakfa Stream multiple input sample.
...
Add new recipe for multiple instances of pollable consumers.
2021-10-01 14:08:51 -04:00
Soby Chacko
0f579a8c95
New Kafka Streams sample for multiple input topics
2021-09-10 10:26:46 -04:00
Diego Toharia
fa8d4a3d2f
GH-214: Fix kinesis-produce-consume does not run
...
Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/214
* Use H2 as embedded DB
* Bump `spring-cloud-stream-binder-kinesis` to `2.2.0`
2021-09-07 11:12:22 -04:00
Soby Chacko
3387cd75d9
Recipe for transactions and multiple topics.
2021-09-03 19:02:54 -04:00
Gary Russell
44dfb314c1
GH-210: Upgrade test-embedded-kafka to JUnit5 ( #211 )
...
* GH-210: Upgrade test-embedded-kafka to JUnit5
Resolves https://github.com/spring-cloud/spring-cloud-stream-samples/issues/210
* Avoid a rebalance by using a different group in the test; use `assign()` instead of `subscribe()`.
2021-08-26 15:29:13 -04:00
Gary Russell
99d44e08d2
Fix README.
2021-08-23 16:10:30 -04:00
Soby Chacko
1aeaba8e9a
New sample for message routing callback
2021-07-26 16:30:56 -04:00
Soby Chacko
786bb72248
New recipe for Kafka custom header mapper
2021-07-16 18:51:51 -04:00
Soby Chacko
35c32db661
New recipe for how to keep track of successful publishing to Kafka.
2021-07-12 16:12:55 -04:00
Soby Chacko
8d11589518
Update kafka-multi-binder-jaas
...
Update kafka-multi-binder-jaas to demonstrate how to use two Kafka clusters
with different jaas configs within a single application
2021-07-07 15:16:32 -04:00
Jay Ehsaniara
2447b7c167
Update KafkaStreamsInteractiveQuerySample.java
...
Avro generates primitive long in the later versions
2021-07-06 14:00:35 -04:00
Soby Chacko
ee0ee47dc7
Adding new recipe for Kafka Streams binder
...
How to change the default startOffset from earliest to latest?
2021-06-24 19:34:08 -04:00
Soby Chacko
a1d17eccda
Kafka Streams binder Jaas security sample
...
Adding new sample for showcasing kafka streams binder
jaas security with SASL_PLAINTEXT.
2021-06-22 20:52:16 -04:00
Soby Chacko
98f68c112a
Adding some recipe like instructions for popular use cases. ( #205 )
...
* Adding some recipe like instructions for popular use cases.
* Address PR review comments
2021-06-15 16:46:53 -04:00
Jacson Ferreira
29e7db06dc
Simple update Readme file
2021-06-08 20:11:26 -04:00
Soby Chacko
1e4a4f3239
Fixing build issues
2021-04-29 19:59:58 -04:00
Oleg Zhurakousky
556ca3d7b4
Add Kotlin/Stream sample
2021-04-06 16:44:01 +02:00
Soby Chacko
24997117d4
Spring Boot and Cloud updates
...
Update samples to use Boot 2.4.4
Spring Cloud is updated to 2020.0.2
Remove empty integration tests
2021-03-24 22:47:17 -04:00
Soby Chacko
03998b9bdc
Cleanup in sample for spring-schema-registry-kafka-standalone
2021-02-09 20:53:28 -05:00
Soby Chacko
778550f1fd
New sample: Spring's schema registry + Kafka + Avro
2021-02-09 20:45:30 -05:00
Soby Chacko
6141f0059f
New sample for Kafka Streams + Avro
2021-02-09 14:52:51 -05:00
David Turanski
8f67cb8ac2
Disable tests by default and fix Testcontainers version
2021-01-25 12:08:34 -05:00
David Turanski
bcc920d532
More polish
2020-12-11 12:38:43 -05:00
David Turanski
400776aefd
Remove Java 11 APIs
2020-12-11 12:09:27 -05:00
David Turanski
7349be38e5
Fix build and add integration profile
2020-12-11 10:06:23 -05:00
David Turanski
4516e7cae2
More cleanup
2020-12-09 16:45:07 -05:00
David Turanski
82d9d75c5e
Polishing...
2020-12-09 10:24:14 -05:00
David Turanski
5f28d19327
Polishing...
2020-12-09 10:23:47 -05:00
David Turanski
15cf920c13
Add CouchBase sample
2020-12-07 09:25:02 -05:00
Soby Chacko
9d9804c365
Further cleanup in kafka ssl demo
...
Use Horsham.SR10 directly instead of spring-cloud Hoxton
2020-11-23 20:04:36 -05:00