Commit Graph

7 Commits

Author SHA1 Message Date
Spring Operator
2d40a251fe 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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 4 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 27 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-08-07 12:09:13 +05:30
Ilayaperumal Gopinathan
3f59cea677 Fix http-ingest mappedRequestHeader prefix and binding props 2019-03-26 11:44:40 +05:30
Ilayaperumal Gopinathan
a93c711cd4 Fix incorrect property key in http-ingest 2019-03-26 00:33:32 +05:30
Ilayaperumal Gopinathan
a2440faf3a Fix http-ingest to have default values
- update common header values
2019-03-26 00:01:34 +05:30
Ilayaperumal Gopinathan
923b057c18 Fix package and bean names 2019-03-25 23:20:46 +05:30
Ilayaperumal Gopinathan
749572a622 Refactoring Kafka streams samples 2019-03-25 22:29:19 +05:30
Ilayaperumal Gopinathan
4cc758982b Add Kafka Streams samples
- Add `http-ingest` source application that adds function composition example
 - Move the KStream samples from SCSt samples and modify them for SCDF stream

Address review comments

 - Add depenency management BOM
 - Add README
2019-03-18 16:01:02 -04:00