Marcin Grzejszczak | Devoxx

Marcin Grzejszczak
Marcin Grzejszczak Twitter

From Pivotal

Open source contributor. Author of Mockito books. Making Spring Cloud Contract / Sleuth / Pipelines @Pivotal

Blog: http://toomuchcoding.com

cloud Cloud, Containers & Infrastructure

Consumer Driven Contracts and Your Microservice Architecture

Conference

Consumer driven contracts (CDC) are like TDD applied to the API. It’s especially important in the world of microservices. Since it’s driven by consumers, it’s much more user friendly. Of course microservices are really cool, but most people do not take into consideration plenty of potential obstacles that should be tackled. Then instead of frequent, fully automated deploys via a delivery pipeline, you might end up in an asylum due to frequent mental breakdowns caused by production disasters.

We'll write a system using the CDC approach together with Spring Boot, Spring Cloud Contract. We’ll show you how easy it is to write applications that have a consumer driven API and that will allow a developer to speed up the time of writing his better quality software.

ssj Server Side Java

The Spring BOF

BOF (Bird of a Feather)

An opportunity for discussing Spring Framework 5, Spring Boot 2, Spring Cloud, Project Reactor and everything around... as well as JDK 9 and Java EE 8 from a Spring perspective.

cloud Cloud, Containers & Infrastructure

Continuous Deployment to the Cloud with Spring Cloud Pipelines

Conference

“I have stopped counting how many times I’ve done this from scratch” - was one of the responses to the tweet about starting the project called Spring Cloud Pipelines. Every company sets up a pipeline from scratch. Every company creates some sort of automation to deploy its applications to servers. Enough is enough - time to automate that and focus on delivering business value.

In this presentation we’ll go through the contents of the Spring Cloud Pipelines project. We’ll start a new project for which we’ll have a deployment pipeline set up in no time. We’ll deploy to Cloud Foundry and check if our application is backwards compatible so that we can roll it back on production.