Event-driven Java with Spring Cloud Stream and Azure Event Hubs [Guest Post]

Engineering | Ben Wilcock | April 02, 2019 | ...

Asir Selvasingh | Principal PM Architect | Microsoft – Java on Azure

Spring Cloud Stream Binder for Azure Event Hubs is now generally available.

It is simple to build highly scalable event-driven Java apps using Spring Cloud Stream with Event Hubs, a fully managed, real-time data ingestion service on Azure that is resilient and reliable service for any situation; this includes emergencies, thanks to its geo-disaster recovery and geo-replication features.

Spring Cloud Stream provides a binder abstraction for popular message broker implementations. It provides a flexible programming model…

This Week in Spring - April 2nd, 2019

Engineering | Josh Long | April 02, 2019 | ...

Hi Spring fans and welcome to another installment of This Week in Spring! This week I'm in New York City for the Kafka Summit where I'll be joining the excellent Tim Berglund, head of developer experience at Confluent, and James Watters, SVP at Pivotal, to talk about why Pivotal and Confluent are better together. Join us! Then, next week it's off to South Africa (for the SpringOne Tour shows in Capetown and Johannesburg and then it's off to to Mauritius for the DevConf. If you're in any of those places, don't hesitate to say hi!.

LTR: Confluent co-founder Jay Kreps, Tim Berglund, me and Pivotal SVP James Watters

And without further ado, let's get to it!

Reactor Debugging Experience

Engineering | Sergei Egorov | March 28, 2019 | ...

In the Project Reactor team, we believe that the debugging experience of the libraries you rely upon is as important as, let's say, the feature set or performance.

Today, we're excited to announce two new experimental projects in the Reactor family!

BlockHound - a new kid on the block

One of the most common rookie mistakes is to block Java threads that are supposed to run only non-blocking code (e.g., Schedulers.parallel()).
It is one of the most harmful issues because you may block unrelated processing or even create a deadlock!

Consider the following code:

Flux.range(0, Runtime.getRuntime…

Spring Cloud Stream Germantown.M1 /2.2.0.M1 Release Announcement

Engineering | Oleg Zhurakousky | March 26, 2019 | ...

We are pleased to announce the first Milestone of the Spring Cloud Stream Germantown release train - Germantown.M1/2.2.0.M1.

Spring Cloud Stream Germantown 2.2.0.M1 is available for use in the Spring Milestone repository.

Some of the highlights:

Improved Home page and User Documentation

Please check out our new home page and user guide

Further functional programming enhancements

We've added additional functional programming enhancements and simplifications where you no longer required to provide @EnableBinding annotation and in some cases you may not need spring.cloud.stream.definition…

This Week in Spring (Happy 15th Birthday Spring!) - March 26, 2019

Engineering | Josh Long | March 26, 2019 | ...

Hi Spring fans! Welcome to another installment of This Week in Spring! I'm in Pleasanton, CA, visiting one of Pivotal's large customers, and then tomorrow it's off to New York City for my talk there at the Kafka Summit with the excellent Tim Berglund and James Watters. Join us! Then, next week it's off to South Africa (for the SpringOne Tour shows in Capetown and Johannesburg) and then it's off to Mauritius for the DevConf - if you're in any of those places, don't hesitate to say hi!.

Also, totally worth including that on Sunday Spring Framework marked the 15th anniversary of its release on…

Spring Initializr updates

Engineering | Damien Vitrac | March 21, 2019 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Initializr has been updated and is now available on start.spring.io.

UI changes - listening to your feedback

Following the last revision, the main feedback we received was about the missing list of dependencies. Some community members seemed to be looking at this list for information purposes (not necessarily using the website to generate a new app), while others would just like to see what's available.

While start.spring.io seems like a very simple service, generating applications with a simple HTML…

A Bootiful Podcast: CQRS with AxonIQ's Steven van Beelen and Pivotal's Ben Wilcock

Engineering | Josh Long | March 21, 2019 | ...

Hi Spring fans! In this week's installment Josh Long talks to AxonIQ's Steven van Beelen, lead of the Axon project, and Pivotal's Ben Wilcock, on CQRS, event-sourcing, event-storming, microservices, Spring Boot and the long camaraderie shared by Axon and Spring.

Announcing the first milestone of Spring Cloud Function - 2.1.0.M1

Engineering | Oleg Zhurakousky | March 20, 2019 | ...

We are pleased to announce first milestone of the Spring Cloud Function - 2.1.0.M1.

Individual modules of Spring Cloud Function 2.1.0.M1 are available for use in the Spring Milestone repository. This release encompasses the following:

  • Some of the features that has always been available in bean factory based function catalog are now part of the functional form (see Dave Syer's blog for more details on functional form) :
    • Multiple endpoint support - ability to map multiple HTTP endpoints the same way one would expect in conventional context configuration.
    • Function composition - ability to compose function (e.g., foo|bar or foo,bar).
  • Ability to communicate and retain meta-information via Message headers for cases where Message function is composed with non-Message (e.g., Function<Message<?>>, Message<?>> is composed with Function<?, ?>

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all