markus herbert
markus herbert
I'd like the framework to include support for consuming and producing messages with Apache Pulsar. Apache pulsar is a popular technology for many years now, and its usage becomes wider...
**Expected Behavior** There should be support for Reactive and non Reactive code (with .block()). **Current Behavior** No native support **Context** This [implementation can give a good inspiration.](https://github.com/spring-cloud/stream-applications/tree/main/applications/source/cdc-debezium-source). The current implementation...
**Expected Behavior** There should be support for Reactive and non Reactive code (with .block()). Neo4j also mostly prefers bulk operations, therefore there should be native support for this (Reactively with...
**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...
**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...
**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...
**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...
Opinion - this repo is redundant, confusing, looks unmaintained, and encourages people to not contribute new Spring Integrations Connectors (since these connectors won't enter the Spring Integration project, and instead...
Currently, this project looks like a project that has lots of examples. Underlying these examples are mostly XML-based, which is super unreadable for new users. I think this project should...
I wonder if it is possible to use Spring Loaded to reload classes that were generated with Protocol Buffers. I've seen this issue that reports an error in the subject...