Steven Gantz
13bc86a240
RecordRecoverableProcessor and DltAwareProcessor example ( #254 )
...
* example implementation with tests
update tests and README
Add implementation of junit
* Added fixes for comments
Made the test much more deterministic
* Fixed compilation error from IDE vs CLI invocation
* Removed unnecessary annotation
Handled by spring boot, not needed for Kafka autoconfiguration.
2024-01-23 11:06:38 -05:00
Soby Chacko
8ee48dcb96
Samples cleanup
2023-08-28 18:02:55 -04:00
Soby Chacko
ddfe12228d
Temporarily disabling the migrated samples
2023-08-28 17:45:22 -04:00
Soby Chacko
21b1afae51
Migrating samples from core SCSt repository
2023-08-28 17:20:41 -04:00
Soby Chacko
0f579a8c95
New Kafka Streams sample for multiple input topics
2021-09-10 10:26:46 -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
6141f0059f
New sample for Kafka Streams + Avro
2021-02-09 14:52:51 -05: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
Soby Chacko
9031d8922e
New sample for Kafka Streams metrics
2020-09-21 20:07:25 -04:00
Soby Chacko
8cf8b2f10f
Switching the inventory sample to the functional model
2019-11-01 19:54:11 -04:00
Spring Operator
f8c5cf942c
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://packages.confluent.io/maven/ (404) with 7 occurrences migrated to:
https://packages.confluent.io/maven/ ([https](https://packages.confluent.io/maven/ ) result 404).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/assembly-1.1.2.xsd with 6 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd ) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 61 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://repo.spring.io/libs-milestone-local with 4 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local ) result 302).
* http://repo.spring.io/libs-release-local with 1 occurrences migrated to:
https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local ) result 302).
* http://repo.spring.io/libs-snapshot-local with 4 occurrences migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local ) result 302).
* http://repo.spring.io/release with 2 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 122 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 67 occurrences
2019-03-21 15:19:50 -04:00
todaynowork
dd06860b57
GlobalKTable binding sample
...
Sample demonstrating joins between KStream and GlobalKTable.
Polishing.
Resolves #93
2019-03-01 18:26:00 -05:00
Soby Chacko
9beb9b7352
Add new sample for multiple binders
...
Demonstrate how a Kafka Streams processor can be used to
produce data and then publish that into Rabbitmq.
2018-11-02 09:50:48 -04:00
Soby Chacko
e2111652fd
More structural changes to samples repo
...
Remove CF Acceptance tests
Convert local sample tests as e2e tests for the various sample apps
Polishing
2018-08-17 21:02:30 -04:00
Soby Chacko
1b3807888c
Add missing distribution management to various samples
2018-08-16 08:27:39 -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
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