spring-nats icon indicating copy to clipboard operation
spring-nats copied to clipboard

A Spring Cloud Stream Binder for NATS

Results 7 spring-nats issues
Sort by recently updated
recently updated
newest added

Reason: - Nats should support spring boot 3.x. Fix: gh-42

I have a use case where I don't want my app to crash on startup when binder is not able to connect to nats server.. Since the binder is driven...

Hi, are you plan to provide some migration to functional programming model as Spring Cloud force it since their deprecation of `@EnableBinding, @StreamListener` and others ?

This will require a major version change.

It seems like this project is only compatible with NATS, not with NATS Streaming. Or am I wrong? Would it be possible to add support for NATS streaming?

Hi guys, After usage of nats java client with spring-boot-starter I found such inconvenient moments: 1. Connection implements Autoclosable and it's called during Spring Applicaiton Shutdown but I'm expecting that...

I am using spring-nats to send/receive messages to a NATS broker. I tried to activate the embedded headers mode but it does not work as expected. No header is sent...