All Projects → Pivotal-Japan → Spring Cloud Stream Tutorial

Pivotal-Japan / Spring Cloud Stream Tutorial

Spring Cloud Stream Tutorial

Projects that are alternatives of or similar to Spring Cloud Stream Tutorial

Idea Live Templates
My IntelliJ Live Templates
Stars: ✭ 207 (+590%)
Mutual labels:  cloud-foundry, spring-boot
Azure Spring Boot
Spring Boot Starters for Azure services
Stars: ✭ 352 (+1073.33%)
Mutual labels:  cloud-foundry, spring-boot
Cf Show Env
Stars: ✭ 5 (-83.33%)
Mutual labels:  cloud-foundry, spring-boot
Spring Boot With Activiti Drools Example
Getting started with Activiti and Spring Boot and Drools
Stars: ✭ 13 (-56.67%)
Mutual labels:  spring-boot
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-53.33%)
Mutual labels:  spring-boot
Spring Boot Log4j 2 Demo
Spring Boot Log4j2 Demo with Async Loggers
Stars: ✭ 28 (-6.67%)
Mutual labels:  spring-boot
Springboot Dubbox
基于Spring-boot和dubbox的API接口和后台管理系统
Stars: ✭ 948 (+3060%)
Mutual labels:  spring-boot
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-60%)
Mutual labels:  spring-boot
Ansible Springboot
Ansible role to deploy spring-boot applications
Stars: ✭ 29 (-3.33%)
Mutual labels:  spring-boot
Login Sample
A simple Android app that allows users to sign up / login / logout.
Stars: ✭ 28 (-6.67%)
Mutual labels:  spring-boot
Socketio Spring Boot Starter
Spring Boot Starter For Netty-socketio
Stars: ✭ 28 (-6.67%)
Mutual labels:  spring-boot
Cloud Enabled Microservice
Tasks microservice (Spring Boot, MVC, Data, Lombok, Cloud, OAuth2, Config, Eureka, Zuul, Hystrix, Docker)
Stars: ✭ 14 (-53.33%)
Mutual labels:  spring-boot
Cas Configserver Overlay
Generic CAS Spring Cloud Configuration Server WAR overlay
Stars: ✭ 28 (-6.67%)
Mutual labels:  spring-boot
Jwebform
Java WebForm Library: HTML Form generation and validation
Stars: ✭ 14 (-53.33%)
Mutual labels:  spring-boot
Cxf Spring Cloud Netflix Docker
Example project combining Spring Boot apps with Spring Cloud Netflix (Eureka, Zuul, Feign) & cxf-spring-boot-starter
Stars: ✭ 29 (-3.33%)
Mutual labels:  spring-boot
Ii
Интерактивная Ииссиидиология
Stars: ✭ 12 (-60%)
Mutual labels:  spring-boot
Example Kotlin Springboot Graphql
Projeto de exemplo com API GraphQL com dois crud’s simples, utilizando Kotlin, Spring Boot, Gradle etc.
Stars: ✭ 28 (-6.67%)
Mutual labels:  spring-boot
Microservices Demo
Using Spring Cloud to develop microservices and deploy to Kubernetes
Stars: ✭ 21 (-30%)
Mutual labels:  spring-boot
Spring Cloud Book
《使用Spring Cloud与Docker实战微服务》开源书。讨论QQ群:731548893。配套代码:https://github.com/eacdy/spring-cloud-study
Stars: ✭ 886 (+2853.33%)
Mutual labels:  spring-boot
Tweetmap
A real time Tweet Trend Map and Sentiment Analysis web application with kafka, Angular, Spring Boot, Flink, Elasticsearch, Kibana, Docker and Kubernetes deployed on the cloud
Stars: ✭ 28 (-6.67%)
Mutual labels:  spring-boot

Spring Cloud Stream Tutorial

本チュートリアルでは、簡単なSourceとSinkを作成して、Spring Cloud Streamの基本的な開発方法を学びます。

次の図のように、SourceがHTTPで受け付けたTweetメッセージを送信し、Sinkがメッセージを受信してログに出力します。 Message BinderにはRabbitMQを使用します。

image

Spring Cloud Streamに関する詳しい情報は Event Driven Microservices with Spring Cloud Stream を参照してください。

  1. Sourceの作成
  2. Sinkの作成
  3. Sinkのスケールアウト
  4. 新しいSinkを追加
  5. [補足資料] CloudAMQPの利用

利用規約

無断で本ドキュメントの一部または全部を改変したり、本ドキュメントを用いた二次的著作物を作成することを禁止します。ただし、ドキュメント修正のためのPull Requestは大歓迎です。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].