Spring Cloud Gateway for Kubernetes

Engineering | Haytham Mohamed | May 04, 2021 | ...

The Spring Cloud Gateway (SCG) open-source project has been extended and offered commercially for the Kubernetes platform. This new offering lets you automate the deployment of an API gateway service by applying YAML configuration objects to a Kubernetes cluster. You can also update the routes of API gateways in Kubernetes by applying YAML configuration to the cluster.

Spring Cloud Gateway for Kubernetes supports routing to services that are written in any language, as long as they expose HTTP endpoints. A Kubernetes operator is offered to handle creating and configuring a gateway instance by…

A Bootiful Podcast: Oracle's Dilip Krishnan about Spring Fox, the Oracle Cloud Lift team, and more

Engineering | Josh Long | April 30, 2021 | ...

Hi, Spring fans! Welcome to another installment of A Bootiful Podcast. In this installment, Josh Long (@starbuxman) talk to Oracle's Dilip Krishnan (@dilipkrish) about Spring Fox, the Oracle Cloud Lift team, and so much more.

A cool project that needs some love - ohm from OSS contributor Christophe Bornet, one of the key contributors to JHipster and OpenAPI Generator

Webinar: Accelerate Spring Apps to Cloud at Scale

Engineering | Josh Long | April 29, 2021 | ...

Ready to take Spring Boot apps to the happiest place on earth - production at enterprise scale - with Azure Spring Cloud and without worrying about infrastructure, application life cycle, monitoring, container intricacies, Kubernetes. Join Microsoft's Asir Vedamuthu Selvasingh (@asirselvasingh), next week, at 10-11 AM CT, May 4th, 2021, and learn how enterprise leaders:

  • Run Spring apps in the cloud at enterprise scale.
  • Improve developer productivity with DevOps tooling integration and continuous integration and continuous deployment.
  • Enforce a Zero Trust security model with secrets management, secure communications, and virtual networks.
  • Keep an eye on production and quickly troubleshoot issues with monitoring tools of your choice.
  • Drive higher utilization of resources and pay only for what you use with Autoscale.
  • Deliver value faster to their end customers.

This Week in Spring - April 27th, 2021

Engineering | Josh Long | April 28, 2021 | ...

What's new in Spring Data 2021.0?

Engineering | Mark Paluch | April 21, 2021 | ...

This Week in Spring - April 20th, 2021

Engineering | Josh Long | April 20, 2021 | ...

This Week in Spring - April 13th, 2021

Engineering | Josh Long | April 14, 2021 | ...

Hi, Spring fans! Welcome to yet another installment of This Week in Spring! As usual, we've got a ton of stuff to get into so I won't dilly dally too much, but before I get to it I just wanted to remind you that I'll be joining JHipster and founder Microsoft Cloud Developer Advocate Julien Dubois on April 15th (two days from now!) to talk about Azure Spring Cloud: don't miss it!

Spring for Apache Kafka 2.7.0 Available

Engineering | Gary Russell | April 14, 2021 | ...

I am pleased to announce that Spring for Apache Kafka 2.7.0 is now available.

This release contains a significant enhancement, which is a community contribution. Failed deliveries can be forwarded to a series of topics for delayed redelivery.

It is best described with an example:

@RetryableTopic(attempts = "5", backoff = @Backoff(delay = 1000, multiplier = 2.0))
@KafkaListener(id = "sk270", topics = "sk270")
public void listen(String in, @Header(KafkaHeaders.RECEIVED_TOPIC) String topic) {
    LOG.info(in + " from " + topic);
    throw new RuntimeException("test");
}

@DltHandler
public void…

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