Search code examples
spring-cloud-streamspring-cloud-stream-binder-kafkaspring-cloud-function

Alternative to StreamBridge


My Requirement in completely same as what is described here There are producer issues with spring cloud stream 3.0 by @hero-zh

I found that @Oleg Zhurakousky is suggesting to use StremBridge but when i looked into the class there is @SuppressWarnings("deprecation") added at class level. Which means this class is soon going to be deprecated.

I am looking for an alternative of StreamBridge which i can use.


Solution

  • No, @SuppressWarnings means that we just wanted to suppress warnings since StreamBridge itself is using some of the deprecated components. StreamBridge itself is not deprecated and in fact is a new component meant to replace deprecated components. So please feel safe to use it.