Spring Operator 8416f4d1f1 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://repo.spring.io/libs-milestone-local with 2 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-snapshot-local with 2 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 1 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 38 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 19 occurrences
2019-04-24 12:52:22 -04:00
2016-02-23 11:11:15 -05:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-04-24 12:51:38 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2017-04-06 11:01:21 +05:30
2019-04-24 12:52:22 -04:00
2019-03-21 15:17:39 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-03-21 15:20:21 -04:00
2019-04-24 12:51:38 -04:00

== Samples

There are several samples, most running on the RabbitMQ transport (so you need RabbitMQ running locally to test them).

To build the samples do:

```
   ./mvnw clean build
```


* `double` is an example of an aggregate application, the Source and Sink are combined into one single application.

* `dynamic-source` publishes messages to dynamically created destinations.

* `kinesis-produce-consume` An example application using spring-cloud-stream-binder-aws-kinesis. Presents a web endpoint to send Orders, these are placed on a Kinesis stream and then consumed by the application from that stream.

* `multi-io` shows how to use configure multiple input/output channels inside a single application.

* `multibinder-differentsystems` shows how an application could use same binder implementation but different configurations for its channels. In this case, a processor's input/output channels connect to same binder implementation but with two separate broker configurations.

* `multibinder` shows how an application could use multiple binders. In this case, the processor's input/output channels connect to different brokers using their own binder configurations.

* `non-self-contained-aggregate-app` shows how to write a non self-contained aggregate application.

* `reactive-processor-kafka` shows how to create a reactive Apache Kafka processor application.

* `rxjava-processor` shows how to create an RxJava processor application.

* `sink` A simple sink that logs the incoming payload. It has no options (but some could easily be added), and just logs incoming messages at INFO level.

* `source` A simple time source example. It has a "fixedDelay" option (in milliseconds) for the period between emitting messages.

* `stream-listener` shows how to use StreamListener support to enable message mapping and automatic type conversion.

* `test-embedded-kafka` is a sample that shows how to test with an embedded Apache Kafka broker.
We generally recommend testing with the https://docs.spring.io/spring-cloud-stream/docs/current/reference/htmlsingle/#_testing[TestSupportBinder] but if you have a need for testing with an embedded broker, you can use the techniques in this sample.

* `transform` is a simple pass through logging transformer (just logs the incoming message and passes it on).

* `kstream` is a collection of applications that demonstrate the capabilities of the Spring Cloud Stream support for Kafka Streams

* `testing` is a bunch of applications and tests for them to demonstrate the capabilities of testing for the the Spring Cloud Stream applications.

Description
Samples for Spring Cloud Stream
Readme 4 MiB
Languages
Java 95.1%
Kotlin 4.7%
HTML 0.1%