Michał Drożdż

Results 3 issues of Michał Drożdż

I found a possible issue. When running `performRelease` versions in version.properties are bumped even if the whole process fails. This leads to failures in the further runs as for example...

### Describe the bug Hi, in `ConcurrentKafkaListenerContainerFactoryPostProcessor` there are two lines ``` listenerContainerFactory.setBatchInterceptor(springKafkaTelemetry.createBatchInterceptor()); listenerContainerFactory.setRecordInterceptor(springKafkaTelemetry.createRecordInterceptor()); ``` that are overriding custom interceptors that are already set in container factory. Would it make...

bug

Hi, while working with ConcurrentKafkaListenerContainerFactory and kafka interceptors we encountered a problem that with bean post processor setting an interceptor there is no possibility to check if there is any...

type: enhancement
status: waiting-for-triage