Sync docs from master to gh-pages
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
function addBlockSwitches() {
|
||||
$('.primary').each(function() {
|
||||
@@ -284,7 +284,7 @@ $(addBlockSwitches);
|
||||
<p><strong>2.2.0.BUILD-SNAPSHOT</strong></p>
|
||||
</div>
|
||||
<div id="index-link" class="paragraph">
|
||||
<p><a href="https://cloud.spring.io/spring-cloud-stream/home.html" class="bare">https://cloud.spring.io/spring-cloud-stream/home.html</a></p>
|
||||
<p><a href="http://cloud.spring.io/spring-cloud-stream/home.html" class="bare">http://cloud.spring.io/spring-cloud-stream/home.html</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -294,7 +294,7 @@ $(addBlockSwitches);
|
||||
<div class="sect2">
|
||||
<h3 id="_a_brief_history_of_springs_data_integration_journey"><a class="link" href="#_a_brief_history_of_springs_data_integration_journey">A Brief History of Spring’s Data Integration Journey</a></h3>
|
||||
<div class="paragraph">
|
||||
<p>Spring’s journey on Data Integration started with <a href="https://projects.spring.io/spring-integration/">Spring Integration</a>. With its programming model, it provided a consistent developer experience to build applications that can embrace <a href="https://www.enterpriseintegrationpatterns.com/">Enterprise Integration Patterns</a> to connect with external systems such as, databases, message brokers, and among others.</p>
|
||||
<p>Spring’s journey on Data Integration started with <a href="https://projects.spring.io/spring-integration/">Spring Integration</a>. With its programming model, it provided a consistent developer experience to build applications that can embrace <a href="http://www.enterpriseintegrationpatterns.com/">Enterprise Integration Patterns</a> to connect with external systems such as, databases, message brokers, and among others.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Fast forward to the cloud-era, where microservices have become prominent in the enterprise setting. <a href="https://projects.spring.io/spring-boot/">Spring Boot</a> transformed the way how developers built Applications. With Spring’s programming model and the runtime responsibilities handled by Spring Boot, it became seamless to develop stand-alone, production-grade Spring-based microservices.</p>
|
||||
@@ -937,7 +937,7 @@ and they contain methods representing <em>bindable components</em>.
|
||||
These components are typically message channels (see <a href="https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-messaging.html">Spring Messaging</a>)
|
||||
for channel-based binders (such as Rabbit, Kafka, and others). However other types of bindings can
|
||||
provide support for the native features of the corresponding technology. For example Kafka Streams binder (formerly known as KStream) allows native bindings directly to Kafka Streams
|
||||
(see <a href="https://cloud.spring.io/spring-cloud-static/spring-cloud-stream-binder-kafka/2.2.0.BUILD-SNAPSHOT/">Kafka Binder</a> for more details).</p>
|
||||
(see <a href="http://cloud.spring.io/spring-cloud-static/spring-cloud-stream-binder-kafka/2.2.0.BUILD-SNAPSHOT/">Kafka Binder</a> for more details).</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Spring Cloud Stream already provides <em>binding</em> interfaces for typical message exchange contracts, which include:</p>
|
||||
@@ -1118,7 +1118,7 @@ private MessageChannel output;</code></pre>
|
||||
<div class="sect3">
|
||||
<h4 id="_spring_integration_support"><a class="link" href="#_spring_integration_support">Spring Integration Support</a></h4>
|
||||
<div class="paragraph">
|
||||
<p>Spring Cloud Stream is built on the concepts and patterns defined by <a href="https://www.enterpriseintegrationpatterns.com/">Enterprise Integration Patterns</a> and relies
|
||||
<p>Spring Cloud Stream is built on the concepts and patterns defined by <a href="http://www.enterpriseintegrationpatterns.com/">Enterprise Integration Patterns</a> and relies
|
||||
in its internal implementation on an already established and popular implementation of Enterprise Integration Patterns within the Spring portfolio of projects:
|
||||
<a href="https://projects.spring.io/spring-integration/">Spring Integration</a> framework.</p>
|
||||
</div>
|
||||
@@ -3415,7 +3415,7 @@ The <code>spring.cloud.stream.schema.server.allowSchemaDeletion</code> boolean p
|
||||
<div class="paragraph">
|
||||
<p>The schema registry server uses a relational database to store the schemas.
|
||||
By default, it uses an embedded database.
|
||||
You can customize the schema storage by using the <a href="https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-sql">Spring Boot SQL database and JDBC configuration options</a>.</p>
|
||||
You can customize the schema storage by using the <a href="http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-sql">Spring Boot SQL database and JDBC configuration options</a>.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>The following example shows a Spring Boot application that enables the schema registry:</p>
|
||||
@@ -4465,7 +4465,7 @@ a <code>STREAM_CLOUD_STREAM_VERSION</code> header set to <code>2.x</code> to hel
|
||||
<p>On CloudFoundry, services are usually exposed through a special environment variable called <a href="https://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES">VCAP_SERVICES</a>.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>When configuring your binder connections, you can use the values from an environment variable as explained on the <a href="https://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-ups">dataflow Cloud Foundry Server</a> docs.</p>
|
||||
<p>When configuring your binder connections, you can use the values from an environment variable as explained on the <a href="http://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-ups">dataflow Cloud Foundry Server</a> docs.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4494,7 +4494,7 @@ a <code>STREAM_CLOUD_STREAM_VERSION</code> header set to <code>2.x</code> to hel
|
||||
<p><a href="https://github.com/SolaceProducts/spring-cloud-stream-binder-solace">Solace PubSub+ <em>(partner maintained)</em></a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/Microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-eventhub-stream-binder">Azure Event Hubs <em>(partner maintained)</em></a></p>
|
||||
<p><a href="https://github.com/Microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-stream-binder/spring-cloud-azure-eventhubs-stream-binder">Azure Event Hubs <em>(partner maintained)</em></a></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user