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
Soby Chacko
288c98a1a8
Temporaily disable kinesis-to-webflux sample from the build
2019-10-29 11:38:10 -04:00
Soby Chacko
c37a483386
Polishing
2019-10-29 11:25:12 -04:00
Soby Chacko
175018af5e
Processor samples refactoring
2019-10-29 11:24:23 -04:00
Soby Chacko
7b105a1495
Polishing
2019-10-29 10:25:18 -04:00
Soby Chacko
5cc9d346cf
Refactor reactive processor sample application
2019-10-29 10:24:01 -04:00
Soby Chacko
56ffe4b99d
Update kafka streams product tracker sample
2019-10-28 21:55:05 -04:00
Soby Chacko
2ca8568b55
Update interactive query sample
2019-10-28 21:47:05 -04:00
Soby Chacko
ca18443d8d
Update globalktable binding sample
2019-10-28 21:33:24 -04:00
Soby Chacko
3b0537c450
Update kafka-streams-table-join sample
2019-10-28 21:15:03 -04:00
Soby Chacko
3d6303e637
Update kafka-streams-to-rabbitmq-message-channel sample
2019-10-28 19:58:53 -04:00
Soby Chacko
2703ab2c8d
Update kafka-streams-message-channel sample
2019-10-28 19:43:16 -04:00
Soby Chacko
d3fff3b71e
Update Kafka Streams DLQ sample
2019-10-28 17:03:15 -04:00
Soby Chacko
9be4ca0e56
Update Kafka Streams branching sample
2019-10-28 16:20:36 -04:00
Soby Chacko
f2b3aacaab
Refactoring kafka-streams-aggregate sample to use functions
2019-10-25 15:23:11 -04:00
Soby Chacko
594779ee77
Cleaning up samples
...
Kotlin e2e sample with Boot 2.2.0.RELEASE
Kafka Streams word count functional updates
2019-10-24 18:12:54 -04:00