Anatoly Popov

Results 8 comments of Anatoly Popov

@ppalaga This is clearly a bug. As I can see in the code only the first license in alphabetical order is overridden. Another example: a library have `(Apache Software License...

Investigated this a little more. Looks like when the last call to `task.poll()` in the test is executed the job coroutine in `Neo4jSourceService` is not yet managed to execute the...

What about just using ``` configurations.configureEach { resolutionStrategy { failOnVersionConflict() } } ``` ?

@jeqo What's the scope of the dependencies you listed? And because of reversed dependecies those conflicts should be visible when you run :core:dependencies then

Well, after looking into this more deeply I can say that default tooling does not find the conflict because there is no dependencies between `core` module and submodules of `storage`....

@jeqo Please take a look https://github.com/Aiven-Open/tiered-storage-for-apache-kafka/pull/518

Thanks for the issue. We will think about this however right now the broker is always requesting the data without specifying the end position and such way we can not...

As far as I remember we were briefly discussing exactly this with @ivanyu at some point(meaning adaptive fetching). I would say as soon as we will have this one https://github.com/aiven/tiered-storage-for-apache-kafka/pull/245...