Filippo De Luca
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.
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...
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...
Would be good to have documentation as microsite rather than the rich README.md
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...
## --- 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).
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...
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...