Commit Graph

225 Commits

Author SHA1 Message Date
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
Soby Chacko
22856c20db Polishing 2019-10-30 21:39:24 -04:00
Soby Chacko
f9f3b10237 Removing source samples/jdbc-source from samples repo
Removing source samples/jdbc-source from samples repo in favor of the JDBC app starters.
https://github.com/spring-cloud-stream-app-starters/jdbc
2019-10-30 21:31:06 -04:00
Soby Chacko
5b464e829d Removing sink samples/jdbc-sink from samples repo
Removing sink samples/jdbc-sink from samples repo in favor of the JDBC app starters.
https://github.com/spring-cloud-stream-app-starters/jdbc
2019-10-30 21:11:10 -04:00
Soby Chacko
19335341ad Refactor test-embedded-kafka 2019-10-30 20:53:33 -04:00
Soby Chacko
664281b03f Remove samples-e2e-tests module from samples project
Since We have platform specific e2e tests for Spring Cloud Stream apps,
removing the e2e tests module from sample apps project.
2019-10-30 19:21:01 -04:00
Soby Chacko
add0cbfb15 Refactoring/Updating partitioning samples 2019-10-30 19:14:45 -04:00
Soby Chacko
c8bea78d01 Refactor kafka jaas (multi binder) sample application 2019-10-30 16:48:53 -04:00
Soby Chacko
3eed560762 Refactor multibinder Kafka Streams application 2019-10-30 13:53:10 -04:00
Soby Chacko
dad51e3d40 Refactoring mult-binder-two-kafka-clusters sample 2019-10-30 11:27:55 -04:00
Soby Chacko
8849f78cc0 Refactoring multi binder samples 2019-10-29 17:50:24 -04:00
Soby Chacko
8cf071251d Refactoring multi-io samples as functions 2019-10-29 17:28:27 -04:00
Artem Bilan
78514bb36c Ignore Kinesis tests when no local Kinesis 2019-10-29 16:12:59 -04:00
Artem Bilan
dee9053bd0 GH-161: Make Kinesis samples Function-based (#162)
* GH-161: Make Kinesis samples Function-based

Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/161

* * Fix READMEs to avoid `@EnableBinding` and brothers
2019-10-29 15:48:36 -04:00
Soby Chacko
de7f31d87d Update StreamListener sample 2019-10-29 12:32:02 -04:00
Soby Chacko
05e704f448 Updates to uppercase transformer 2019-10-29 12:22:07 -04:00