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

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)

Results 172 spring-integration issues
Sort by recently updated
recently updated
newest added

**Expected Behavior** I'd like there to be a reactive `handleReactive(ReactiveMessageHandler)` operator that will enable me to easily write reactive code as a handler. **Current Behavior** There is a need to...

type: enhancement
in: dsl
ideal-for-user-contribution

**Expected Behavior** I think we should document which endpoint in the [endpoints table](https://docs.spring.io/spring-integration/docs/current/reference/html/endpoint-summary.html#endpoint-summary) is Reactor friendly or not. I'd like there to be a check (like a `V` tag, different...

type: enhancement
status: waiting-for-triage

**Expected Behavior** There should be support for Reactive and non Reactive code (with .block()). HBase also mostly prefers bulk operations, therefore there should be native support for this (Reactively with...

type: enhancement
status: waiting-for-triage

**Expected Behavior** I'd like there to be a `Transformer` of `ProtobufToObjectTransformer`. The `Transformers` class should include a `fromProto` function and a `toProto` function. **Current Behavior** There is no Protocol Buffers...

type: enhancement
status: waiting-for-triage

**Expected Behavior** There should be support for Reactive and non Reactive code (with .block()). Should be pretty simple and get used mostly for basic interactions, since more complex use cases...

type: enhancement
status: waiting-for-triage

**Expected Behavior** There should be support for Reactive and non Reactive code (with `.block()`). Solr also mostly prefers bulk operations, therefore there should be native support for this (Reactively with...

type: enhancement
status: waiting-for-triage

**Expected Behavior** I think there should be an `how to write channel adapter` guide with examples for: - Reactive event-driven inbound channel adapters - Reactive source polling inbound channel adapters...

type: documentation

This client support both MQTT v3.1.1 and v5 protocol and it is Java 8 and Reactive ready: https://github.com/hivemq/hivemq-mqtt-client Unlike Paho which is not clear when will support v5: https://github.com/eclipse/paho.mqtt.java/blob/master/MQTTv5.md Although...

type: enhancement
type: refactoring
in: mqtt

**Expected Behavior** Similar logic to the listener container - send deserialization exceptions to the error channel. **Current Behavior** User has to manually move past the bad record by setting the...

type: enhancement

* There is [Spring Integration Framework Code Style](https://github.com/spring-projects/spring-integration/wiki/Spring-Integration-Framework-Code-Style#import-statements) that documents import statements. * There is also [Spring Framework Code Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style#import-statements) that also documents import statements. And they are different. Is...

type: enhancement
in: build