Arek Burdach
Arek Burdach
You can wrap your config object this way: ``` scala ConfigFactory.empty().withValue("x", config.root()).as[T]("x") ```
Have you change secret using `stringData` or `data`? `stringData` is "write only" so changes are not visible in diff. If you switch do `data` everything should work as expected. Important...
Currently our dynamic node validation mechanism override parameter values provided by the user only if they are not defined. To make described feature available we should change a few things:...
In fact, this validator like others e.g. min/max and so on for now only works with literal expressions (eager parameters) and IMO there is no need to make it work...
@lciolecki IMO we shouldn't handle Option/Optional, Nullable is enough. @fi- has right that we should switch from "punishing logic" because user not filled something to "advising logic", what should be...
@mstelmas With regards to the discussion on the slack, I'm merging it without w8 for your back from holiday.
@ravindra-dh Are you sure that it is related with transactions? Have you tried with transactions disabled? I'm trying to use Kafka transactions with Event Hub and I have other behavior....
> 1. do we need some changelog entry? We need one changelog entry about experimental batch support. I'll add it in separate PR when I collect all related changes >...
@pielas should we close this?
Hi @andsty . Have you checked [this](https://nussknacker.io/documentation/docs/integration/KafkaIntegration/#kafka---authentication) documentation page?