Filippo De Luca

Results 22 issues of Filippo De Luca

Hi, I have a multiple module project, I would like to have different releaseProcess for each module. Is it possible? If yes how? I have tried to re-define the `releaseProcess`...

Inspired to this PR: https://github.com/ovotech/kafka-serialization/pull/20 We would like to have a generic deserializer that is able to fallback.

enhancement

In some cases, you want to have the original `ConsumerRecord` when the deserialization fails. At the moment it is not possible. We would like to write a deserializer that given...

enhancement

Given the new header support in Kafka, would be good to have deserializer that demultiplexes over a Header value. eg. We could have a Content-Type header and apply a different...

enhancement

Would be good to have documentation as microsite rather than the rich README.md

proposal

Hi, I am working on a more natural Json serialization format. I need to know if a given FastTypeTag is subclass of specific class/trait (Like scala.Seq). Is it possible to...

question

## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2551496-add-github-page-generation-support?utm_campaign=plugin&utm_content=tracker%2F383450&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F383450&utm_medium=issues&utm_source=github).

build

Would like to support the spatial4j library. It depends by JTS in most of the case, don't know if make sense to start it before the #2. ## --- Want...

feature

This PR uses the default constructor for `ProfileCredentialsProvider`. This aligns the plugin with all the others AWS code that uses the `AWS_PROFILE` environment variable to load the profile, rather than...

This plugin is using the deprecated `AWS_DEFAULT_PROFILE` environment variable in place of the `AWS_PROFILE`. The usage of this environment variable is documented here: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html Worth noting that the behaviour of...