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
Bart Blommaerts
03c18fd5da
Added small detail in README
...
Added small detail in README wrt. extending existing schemes and the requirement to keep consumer up to date with most recent producer.
2020-06-09 14:55:40 +02:00
Christian Tzolov
ec3361ba0e
fix command by control center
2020-06-05 13:39:11 +02:00
Christian Tzolov
bc2f2d4113
Improve README formatting
2020-06-05 13:33:33 +02:00
Christian Tzolov
c52f938141
extend confluent scheam registry samples to allow command center support
2020-06-04 15:53:08 +02:00
Soby Chacko
9f8b634a75
Update to Hoxton.SR4 in Rabbit partitioning samples
2020-06-02 15:18:16 -04:00
Soby Chacko
93004fbf8a
Multi binder Kafka with dynamic destinations
...
Adding a new sample that demonstrates how we can write an application
with multi binders (Kafka) and dynamic destinations using StreamBridge
2020-05-29 18:33:18 -04:00
Soby Chacko
61b88cf736
Hoxton version update in samples
2020-05-23 13:53:21 -04:00
Soby Chacko
e98eb914f2
Update boot parent in samples
2020-05-05 18:25:21 -04:00
Bart Blommaerts
a0a21b189d
Fix minor typo
2020-04-14 10:37:06 -04:00
Soby Chacko
1bea974d4d
Update boot parent in testing demo
2020-03-24 19:12:39 -04:00
Soby Chacko
52154cae9e
Update boot parent in multi-binder sample
2020-03-24 19:03:14 -04:00
Soby Chacko
dec7c4c5a7
Fixing issues with multi binder Kafka Streams sample
2020-03-06 18:40:16 -05:00
Soby Chacko
5c29947a5e
Update versions in samples
2020-02-29 18:29:32 -05:00
Soby Chacko
db739cdb53
Update versions in samples
2020-02-29 18:22:21 -05:00
Soby Chacko
9a14238a50
Further changes for the Kafka native serialization sample
2020-01-10 16:25:10 -05:00
Soby Chacko
eb63558b79
Cleaning up the kafka native serialization sample
2020-01-09 18:34:55 -05:00
Soby Chacko
85551b3376
New sample for Kafka native serialization with functions
2020-01-09 17:32:28 -05:00
Artem Bilan
6f263291a6
Fix ToUpperCaseProcessorTests for CT header
2019-12-18 14:16:37 -05:00
Soby Chacko
1ad568a0bd
Fixing wrong binding names in schema registry confluent sample
2019-12-11 10:44:20 -05:00
Soby Chacko
2b263af24b
Kafka Transaction sample - README cleanup
2019-11-20 18:40:14 -05:00
Soby Chacko
d9b970da54
Fix typo
2019-11-12 17:12:03 -05:00
Soby Chacko
db65408dcc
Adding functions composition samples for both Kafka/Rabbit
2019-11-12 17:07:03 -05:00
Soby Chacko
f70c029510
Update Kafka transaction sample to use functions
2019-11-11 20:00:21 -05:00
Christian Tzolov
3cbbcc3d13
Fix channel naming convention for vanilla rabbit test
2019-11-11 16:40:09 +01:00
Christian Tzolov
d8cdbc8b28
add mysql and prosgres test docker images fixgures
2019-11-11 16:20:39 +01:00
ldicarlo
db24d1d68d
Fixing Dead Link
...
I think this link should point here, since Confluent removed kafka examples from confluentinc/examples, and put them in confluentinc/kafka-streams-examples.
2019-11-08 16:24:08 -05:00
Artem Bilan
1fdbcb1f38
GH-163: Refresh testing-demo as functions
...
Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/163
* Rework a logic for all the Spring Cloud Stream micorservices in the
`testing-demo` into functions without any `@EnableBinding` and friends
* Change test to JUnit 5
* Change the logic in tests to reflect function-based configuration
and modern approaches for testing this kind of applications
* Use `@EmbeddedKafka` instead of rule which is not available in JUnit 5
* Exclude unnecessary auto-configurations from tests
* Decrease `OddEvenSourceTests` time using
`spring.cloud.stream.poller.fixed-delay=1` configuration property
* Removing headerMode from test configuration
2019-11-08 16:17:25 -05:00
Soby Chacko
38a9d47dac
Ignore tests where we have empty tests
...
These tests properly neeed to use EmbeddedKafka or some other testing strategy
2019-11-08 15:54:23 -05:00
Soby Chacko
3f3337d09f
Removing the watermark property added earlier
2019-11-08 14:59:15 -05:00
Soby Chacko
f29ce89a27
Add @DirtiesContext to the inventory test
2019-11-08 14:55:26 -05:00
Soby Chacko
0b95dc0533
Trying to address a CI build failure
...
Related to replication-offset-checkpoint.tmp in inventory count kafka streams sample
2019-11-08 14:40:11 -05:00
Soby Chacko
295a2cfb71
Fix binding names in schema registry samples
2019-11-08 12:25:39 -05:00
Soby Chacko
8cf8b2f10f
Switching the inventory sample to the functional model
2019-11-01 19:54:11 -04:00
David Turanski
1c83e0ea54
Add inventory count sample
...
Clean up
Change name in pom.xml
2019-11-01 19:51:03 -04:00
Soby Chacko
bb0e21f677
Refactoring dynamic source destination samples
2019-10-31 16:30:02 -04:00
Soby Chacko
a7875c7f74
Dynamic destination refactoring
2019-10-31 13:54:18 -04:00