Spring Operator
5bfe5f3df7
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://docs.spring.io/spring-kafka/reference/htmlsingle/ (301) with 1 occurrences migrated to:
https://docs.spring.io/spring-kafka/reference/htmlsingle/ ([https](https://docs.spring.io/spring-kafka/reference/htmlsingle/ ) 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://docs.spring.io/spring-cloud-stream/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
https://docs.spring.io/spring-cloud-stream/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-cloud-stream/docs/current/reference/htmlsingle/ ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://localhost:8080 with 2 occurrences
* http://localhost:8080/ with 1 occurrences
2019-04-24 12:51:38 -04:00
Artem Bilan
1204d0fcb4
Some improvement for testing sample
...
* Add JavaDocs
* Demonstrate more test utilities usage and testing approaches
2017-10-16 13:38:20 -04:00
Soby Chacko
a2fea3a188
Adding KStream sample applications
...
Add sample for the canonical WordCount
Showing how to track group of products
Showing how to implement interactive queries
Fix #41
Update scst versions
Enhance kstream samples
2017-09-14 09:49:59 +05:30
Peter.Oates
30a0c1d734
Add spring-cloud-stream-binder-aws-kinesis
...
Resolves spring-cloud/spring-cloud-stream-binder-aws-kinesis#3
Code style polishing
2017-09-13 14:02:52 -04:00
Vinicius Carvalho
4861ae9225
Removing XD mentions, polishing samples listing
2017-08-17 15:03:51 -03:00
Gary Russell
b29fc5491a
Add test-embedded-kafka Sample
...
Also some general README and pom cleanup.
README Polishing
Resolves #37
Polishing - Use Boot Config for Test Consumer
Possible now that https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/pull/137 is merged.
2017-08-17 13:33:20 -04:00
Marius Bogoevici
03e0a6b153
Use Spring Cloud Stream 1.0.2.RELEASE for samples
...
- switch to RabbitMQ binder
2016-06-15 09:52:12 -04:00
Ilayaperumal Gopinathan
85cee37661
Remove extended sample from the doc
2016-02-25 20:14:32 +05:30
Marius Bogoevici
9a3c5e863d
Updated readme
2016-02-23 11:46:04 -05:00
Ilayaperumal Gopinathan
07991ce344
Move samples from spring-cloud-stream
2016-02-19 10:09:50 -05:00