Registry / messaging / spring-cloud-starter-stream-kafka

spring-cloud-starter-stream-kafka

JSON →
library5.0.1javamavenunverified

Spring Cloud starter for building stream processing applications with Apache Kafka.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-stream-kafka</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-stream-kafka
messagingjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StreamBridge
org.springframework.cloud.stream.function.StreamBridge

Sends a message to a Kafka topic using StreamBridge.

import org.springframework.cloud.stream.function.StreamBridge; import org.springframework.beans.factory.annotation.Autowired; @Service public class MyService { @Autowired private StreamBridge streamBridge; public void sendMessage(String payload) { streamBridge.send("output", payload); } }
Debug
Known issues
breakingSpring Cloud Stream binder versions must match the Kafka client version.
fix
Ensure spring-cloud-stream-binder-kafka version is compatible with your Kafka cluster version.
affects: >=3.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
spring-cloud-starter-stream-kafka — mvn dependency:get spring-cloud-starter-stream-kafka · libregistry