Gary Russell

Results 41 issues of Gary Russell

### Discussed in https://github.com/spring-projects/spring-amqp/discussions/1520 Originally posted by **rfelgent** October 18, 2022 Hi @all, at my company we have created code that exposes basic admininistration functionality for `[Simple|Direct]MessageListenerContainer`: the so called...

type: enhancement

The [documentation](https://docs.spring.io/spring-batch/docs/current/reference/html/retry.html#retryPolicies) talks about `setRetryableExceptions()` and `setFatalExceptions()`. These methods don't exist; instead retryable exceptions (and not) are provided in a Map via a constructor. See https://stackoverflow.com/questions/62836985/simpleretrypolicy-spring

status: waiting-for-triage
in: documentation
type: bug

`FunctionInvocationWrapper` `invokeConsumer()` and `invokeFunction()` should create a `Message` with the converted payload and throw a `MessageHandlingException` with that message. Consider the following: ```java @SpringBootApplication public class So76610419Application { public static...

Given: ![screen shot 2017-06-13 at 11 07 58 am](https://user-images.githubusercontent.com/483832/27089535-a2b893a0-5028-11e7-8ada-5ed5f24f16e2.png) and ![screen shot 2017-06-13 at 11 22 20 am](https://user-images.githubusercontent.com/483832/27090222-9f81efea-502a-11e7-98cd-d034eb0ff66e.png) I would like to see "discards" linked to a "top" (or some...

### Discussed in https://github.com/spring-projects/spring-kafka/discussions/2250 Originally posted by **Walnussbaer** May 3, 2022 Hi everyone, I'm really strunggeling with some basic functionality that I would like to achieve using KafkaTemplate and I...

type: improvement

### Discussed in https://github.com/spring-projects/spring-kafka/discussions/2205 https://github.com/spring-projects/spring-kafka/discussions/2205#discussioncomment-4302539

type: enhancement

### Discussed in https://github.com/spring-projects/spring-kafka/discussions/2146 Originally posted by **psh05** March 4, 2022 Currently there is one consumer per topic. If an app consumes from multiple topics which will implement multiple retries...

type: enhancement

The `asyncAcks` feature now allows a reactive work load to run on the listener container thread. Add an adapter to avoid users having to implement boilerplate code.

type: enhancement

Resolves https://github.com/spring-projects/spring-kafka/issues/1549 Needs docs and some code might move to spring-messaging - see https://github.com/spring-projects/spring-framework/issues/25574