Commit Graph

95 Commits

Author SHA1 Message Date
Soby Chacko
f34fd120e9 Uber jar naming changes
Separate artifacts for kafka and rabbit binders with different classifiers
2018-08-16 11:58:43 -04:00
Soby Chacko
49428f2bb6 Add distribution management to schema registry samples 2018-08-16 08:39:11 -04:00
Soby Chacko
1b3807888c Add missing distribution management to various samples 2018-08-16 08:27:39 -04:00
Soby Chacko
cf8a2e1765 Add missing distribution management to sink sample 2018-08-16 08:23:46 -04:00
Soby Chacko
8bd99c2b74 Polishing distribution management 2018-08-15 18:48:35 -04:00
Soby Chacko
21d5bc8529 Adding distribution management snapshot repository 2018-08-15 18:46:57 -04:00
Soby Chacko
267b58d7b4 Unify the artifacts under same groupId
All sample artifacts are now published under io.spring.cloud.stream.sample groupId
Renaming the artifacts to uniquely identify them as they will be published to snapshots repository

Resolves #89
2018-08-15 18:34:00 -04:00
Soby Chacko
a5eb9eabc2 Changes to accommodate upstream boot changes in sring-cloud-stream core 2018-08-14 14:23:32 -04:00
Bjarte S. Karlsen
2460ff21f7 Kafka Transactional Sample
- Added transactional and some more required properties
 - Setting read_commited in consumer
 - Added license and author tag
 - Added more fleshed out readme
 - Added alternate failure and removed unique index
 - Update spring boot starter parent to 2.1.0.BUILD-SNAPSHOT
2018-08-09 10:37:31 -04:00
Bjarte S. Karlsen
e927b01bec Fixes #80, removes deprecations (#81)
* removed deprecations

* simplify serde creation
2018-07-26 11:31:10 -04:00
Soby Chacko
cb0ed01152 Update spring boot parent 2018-07-10 12:06:21 -04:00
Soby Chacko
1b963e58fd Changes to accomodate upstream commits in Kafka streams samples 2018-07-03 13:18:53 -04:00
Soby Chacko
b156cc8c22 Update README.adoc 2018-07-03 13:14:04 -04:00
Soby Chacko
042330a51d Update mvnw build command with -U 2018-06-18 16:20:14 -04:00
Soby Chacko
c4165dd7f8 Enabling schema registry acceptance tests 2018-06-18 13:48:00 -04:00
Soby Chacko
2019300fe8 Ignoring schema registry acceptance tests temporarily 2018-06-18 11:51:11 -04:00
Soby Chacko
c6bdca132b Update interactive query sample
Update the sample to properly handle multiple instatnces
Update README
2018-06-08 15:36:27 -04:00
Soby Chacko
a1bd8929b6 partitioning demo README polishing 2018-06-07 15:32:06 -04:00
Soby Chacko
c9f2a3b982 partitioning demo README polishing 2018-06-07 15:27:15 -04:00
Soby Chacko
d7fcde4754 CF Acceptance tests: ticktock 2018-06-06 11:28:48 -04:00
Soby Chacko
68ff597cd2 CF Acceptance tests script cleanup 2018-06-05 16:35:32 -04:00
Soby Chacko
783c61fbf4 CF Acceptance tests script cleanup 2018-06-05 16:27:16 -04:00
Soby Chacko
4875f68368 cf acceptance test script cleanup 2018-06-05 14:42:00 -04:00
Soby Chacko
90b0b72db7 Enabling test runner for KStream word count sample 2018-05-31 19:32:45 -04:00
Soby Chacko
107e758733 CF Acceptance tests - partitioning
* Partitioning samples
* Common partitioning producer, partitioned kafka consumer and partitioned rabbit consumer
* Local acceptance tests
* Adding CF acceptance tests for partitioning
* Externalizing CF e2e test credentials
2018-05-31 19:25:54 -04:00
Gary Russell
a2056507ec GH-63: Remove ZK property - no longer needed
Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/63
2018-05-14 15:34:35 -04:00
Soby Chacko
4616e4c2f9 Update spring cloud stream deps to Fishtown snapshots 2018-04-27 13:28:24 -04:00
Soby Chacko
15d1b51aa2 multibinder rabbit docker container name update 2018-04-25 17:31:49 -04:00
Gary Russell
a2f642ebe4 GH-65: Add polled-consumer Sample
Resolves https://github.com/spring-cloud/spring-cloud-stream-samples/issues/65

Polishing - PR Comments

- add docker-compose
- change runner to process multiple messages
2018-04-05 18:49:13 -04:00
Soby Chacko
477d712214 kafka streams word count application cleanup 2018-03-21 20:19:52 -04:00
Soby Chacko
d1169eeef7 Remove duplicate EnableAutoConfiguration from Kafka Streams samples 2018-03-21 20:11:50 -04:00
Soby Chacko
e3916f9024 docs polishing - schema registry samples 2018-03-19 15:10:34 -04:00
Soby Chacko
7569127dea Adding scheam registry samples
* Add plain vanilla schema registry sammples using ScSt schema registry server
 * Add samples using Confluent schema registry
 * Add acceptance tests for the plain vanilla examples
2018-03-17 14:04:33 -04:00
Soby Chacko
7c3b457f62 jdbc source sample cleanup 2018-03-12 14:00:42 -04:00
Soby Chacko
575c19fe2e jdbc source sample changes 2018-03-12 12:24:24 -04:00
Soby Chacko
0f269b3835 Test changes
* Acceptance tests are now polling local log files instead of polling spring boot logfile endpoint
* Run script changes
2018-03-09 19:19:38 -05:00
Soby Chacko
ecd7d98a21 downgrade version in docker-compose for samples acceptance tests 2018-03-09 11:49:06 -05:00
Soby Chacko
3e4a53a308 Update root README. 2018-03-09 11:04:21 -05:00
Soby Chacko
e94de0d535 Refactoring samples
Restructuring the samples repository
Add more docker support
Add acceptance tests for the apps
Adding sensor average processor sample
Remove aggregate samples
2018-03-09 10:47:22 -05:00
Artem Bilan
b2cecb08bc GH-53: Make Kinesis sample as independent project
Fixes spring-cloud/spring-cloud-stream-samples#53
Related to spring-cloud/spring-cloud-stream-samples#54

* Update dependencies to Spring Boot/Spring Cloud 2.0
* Fix README for consistency with the logic

polishing
2018-03-06 11:04:41 -05:00
Soby Chacko
6777b5860c test-embedded-kafka sample changes 2018-03-03 18:26:12 -05:00
Soby Chacko
5ea1f4ce1a Samples update
multi-io samples cleanup
dynamic-source samples cleanup
2018-03-03 16:19:50 -05:00
Soby Chacko
1b5161bb8d Sample updates
Uppercase transformer
Reactive processor

cleanup
2018-03-02 23:05:14 -05:00
Soby Chacko
687b4eb9bd Non self contained aggregate application sample cleanup 2018-03-02 19:55:55 -05:00
Soby Chacko
836090f8cc Aggregate application sample 2018-03-02 18:38:20 -05:00
Soby Chacko
75f7ba5593 streamlistener basic sample renaming 2018-03-02 17:18:35 -05:00
Soby Chacko
9094502215 StreamListener basic sample cleanup 2018-03-02 17:12:31 -05:00
Soby Chacko
19b467d8cb samples cleanup 2018-03-02 14:29:45 -05:00
Soby Chacko
4aaa488ffc samples cleanup 2018-03-02 14:26:46 -05:00
Soby Chacko
ff14259c22 samples cleanup 2018-03-02 11:36:49 -05:00