Soby Chacko

Results 48 issues of Soby Chacko

@sobychacko commented on [Tue Apr 27 2021](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1064) --- @sabbyanandan commented on [Tue May 04 2021](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1064#issuecomment-832023131) Verification on the KTable is still pending.

KAFKA-BINDER
AOT / NATIVE

@ghahramani commented on [Tue May 04 2021](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1075) Hi, After some discussion in the Gitter spring cloud stream channel, I realized to have a sequential pause/resume situation in reactive Kafka we...

Epic
KAFKA-BINDER

@ecristobal commented on [Mon Feb 07 2022](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1196) Hi guys! In this [repo](https://github.com/ecristobal/example.git) I've attached a project that is not currently working. To sum up what it is intended to do,...

waiting-on-feedback
KAFKA-BINDER

@olegz commented on [Mon Aug 16 2021](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/335) Currently the binder is attached to the application at the compile time which in a way couples user application to a particular broker....

KAFKA-BINDER

@skomarica commented on [Mon Dec 13 2021](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1178) Hi, First of all, my apologies if this was already answered elsewhere; I reviewed the docs, SO Q&A and previous similar issues, but...

KAFKA-BINDER

@ferblaca commented on [Tue Dec 28 2021](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1182) I want to generally disable the nativeEncoding and nativeDecoding properties for the kstream binder. I have followed the [documentation ](https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/current/reference/html/spring-cloud-stream-binder-kafka.html#_kafka_streams_binder_properties)and tried setting it...

KAFKA-BINDER

@JoseLora commented on [Tue Jan 25 2022](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1191) We're testing the use of Kafka Streams via Spring Cloud Stream function support with Avro input/output records, but setting `nativeEncoding=false` and `nativeDecoding=false` in...

KAFKA-BINDER

@snussbaumer commented on [Fri Mar 18 2022](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1206) if an error occurs while processing messages in batch mode, there will be an error when sending the messages to the DLQ :...

KAFKA-BINDER

``` ExplicitBindingTests.testExplicitBindingsWithExistingSupplier:85 15:31:43 2022-03-31 19:31:43.196 INFO 1692 --- [ Thread-8] releaser.commands : Expecting actual not to be null ```

@tajdars commented on [Wed Feb 21 2018](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/127) Moved from https://github.com/spring-cloud/spring-cloud-stream/issues/1232 I've a RabbitMQ binder based Stream Sink Service with parent set to : org.springframework.cloud spring-cloud-build 1.3.7.RELEASE The input Topic is...