Evgeniy Kuvardin
Evgeniy Kuvardin
> From Cliff Click JavaOne talk (see slides 51-53) So I found this idea very interesting. But does anyone have this presenation and what is the main idea? Even https://web.archive.org/...
@alex268 Could you please clarify some thoughts? 1. What I understand: I could write a message in the topic using CODEC ydb.topic.description.Codec.CUSTOM Should we provide the ability for users to...
@alex268 also have some questions: For example, I have two topic orders and places. I want to use the custom LZ4 algorithm in **orders** and the **Brotli** algorithm in places....
@alex268 Write in English for future readers(Can in Russian) ### Proposal As a user, I want to easily specify custom code in Writer and Reader. After some weeks I finally...
1. It's cool. I don't know this feature. Now I understand why the driver doesn't pass codecs to reader settings. 2. Answer to Question 2. > If we are already...
Hi seems we make parallel changes :) on the same day https://github.com/apache/kafka/pull/20912 Maybe we should keep just one branch, and I'll merge the benchmarks into it and fix the bug...
Also take a look that this PR connected with big problem with benchmarks 1. They are unstable and should be run and fixed also 2. Error should be(oh.. it's the...
@lucasbru Hi Lucas, could you help us out? We accidentally created two PRs for the same task, and we’ll actually be working together on it going forward. Right now we...
@garydgregory Fix build. My fault forget for Apache license header and manually disable rat check Now: 1. Localy run mvn with no errors 2. Checkstyle doesn't add new warning on...
Summary **How it works** The main idea is to build logic on the above existing PatriciaTrie not reinventing a wheel. To do this, I create a stub Object and use...