Almog Tavor
Almog Tavor
Yes there's an issue with the component and I'll publish the fix on version 1.1.0. I'll update here when it's done. If you want to use it now you can...
Ok I'll check that soon
```sh $ npm i dates-picker ``` I noticed it didn't appear on readme so I fixed this.
@garyrussell what will it exactly demand? Only `ReactiveKafkaAutoConfiguration`, `ReactiveKafkaAnnotationDrivenConfiguration` (that will use `KafkaProperties`\ `ReactiveKafkaProperties`), `ReceiverOptionsCustomizer` and `SenderOptionsCustomizer` classes? Or is there anything else that needs to be noted? > We...
@garyrussell Seems great. Is there any need for using `KafkaProperties`? Seems that we can easily auto-configure all of the `ReceiverOptions` and `SenderOptions` parameters.
Notice that there are not a lot of common parameters between the two (`KafkaProperties.Consumer` and `KafkaProperties.Receiver` have only 3 parameters in common). There are also some caveats I'd like you...
Agree about the common super class. Is this a thing you'd want later on or at the very first PR?
@garyrussell I've raised a PR.
@OlegDokuka What does the prefetch value of 0 represent? Can you explain how does this accomplishes the buffer timeout behavior? Also, when I tried this method, I've got an error...
Any new about this? A support for JUnit would be great