Commit Graph

276 Commits

Author SHA1 Message Date
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
Soby Chacko
89eddfe3c6 kafka ssl demo: Add spring-cloud-stream-binder-kafka-core 3.0.10.RELEASE dependency 2020-11-23 19:59:00 -05:00
mothaj
89b347f630 GH-195: updated test to use TestInputTopic and TestOutputTopic instead of depricated classes and methods 2020-11-23 15:37:09 -05:00
Soby Chacko
e749b8de7f Update ssl demo app 2020-11-23 10:54:07 -05:00
Soby Chacko
e20a22452d Reintroduce avro wildcard types in schema registry sample
See this issue in Spring Cloud Function: https://github.com/spring-cloud/spring-cloud-function/issues/611
2020-11-20 16:55:29 -05:00
Soby Chacko
22ade85c68 Update dependencies in scheam registry kafka vanilla samples. 2020-11-20 15:28:39 -05:00
Soby Chacko
1c262ef9b7 Update README.adoc 2020-11-06 11:19:32 -05:00
Soby Chacko
9a934c95ab Fix typo in README. 2020-11-06 11:16:31 -05:00
Soby Chacko
1b6d42d883 Fix tests 2020-10-22 10:42:33 -04:00
Soby Chacko
5ff96b4174 Adding new sample for Kafka Streams destination pattern
See this issue for more context: https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/961
2020-10-21 20:30:44 -04:00
Christian Tzolov
128cff6e27 Enable Kafka Producer/Consumer/Stream metrics
- Change bindings input output to allows execution in SCDF.
 - Update to Boot 2.3.4 to ensure micrometer 1.5.5.
2020-10-20 11:07:46 +02:00
Soby Chacko
a92fab7e3b Upgrade Spring Boot in samples to 2.3.4.RELEASE 2020-10-16 19:52:27 -04:00
Soby Chacko
2125c22f6d Update promethus-rsocket-spring version
Update promethus-rsocket-spring version to 1.1.0
in Kafka Streams metrics demo
2020-09-24 14:41:28 -04:00
Soby Chacko
9031d8922e New sample for Kafka Streams metrics 2020-09-21 20:07:25 -04:00
Soby Chacko
70e5307fc4 docs cleanup 2020-09-14 19:54:04 -04:00
Soby Chacko
0cce293cdd New sample for Kafka security with SSL/TLS 2020-09-14 19:52:33 -04:00
Gary Russell
75fc53e815 GH-191: Add Kafka Batch Mode Sample
Resolves https://github.com/spring-cloud/spring-cloud-stream-samples/issues/191
2020-09-10 16:18:43 -04:00
Soby Chacko
9337f5360d Fix test 2020-08-18 16:38:56 -04:00
David Turanski
35e94eb1e2 Restore image-thumbnail-samples 2020-08-17 16:20:23 -04:00
David Turanski
6ec63325dd Update .gitignore 2020-08-17 16:07:34 -04:00
David Turanski
76f857716c Add image thumbnail samples 2020-08-17 16:06:35 -04:00
Soby Chacko
5bec501532 Update Boot parent versions 2020-08-06 17:38:52 -04:00
Soby Chacko
13537491af New sample for StreamBridge + avro + native encoding 2020-07-02 16:44:08 -04:00
Soby Chacko
9207c99b7c Testing demo dependency cleanup 2020-06-16 16:36:44 -04:00
Soby Chacko
c3aa243530 cleaning up dependencies for polled consumer sample 2020-06-16 16:25:20 -04:00