Evgeniy Kuvardin

Results 4 issues of Evgeniy Kuvardin

When writing to topic code may produce a RuntimeException wraped in CompletionException. For example, writing with codec = 10000 or 7. ``` WriterSettings settings = WriterSettings.newBuilder() .setTopicPath(topicName) .setCodec(7) .build(); SyncWriter...

Connected to https://github.com/ydb-platform/ydb-java-sdk/issues/455 https://github.com/ydb-platform/ydb-java-sdk/issues/456 Add ability to run arbitrary script Old pr https://github.com/ydb-platform/ydb-java-sdk/pull/541 will close

https://issues.apache.org/jira/browse/KAFKA-19782 1. Add prefix Trie 2. Add tests 3. fix jmh bemchmarks bugs 4. Change size of bemchmarks cause for 200 000 it leads to call GC before each iteration

core
performance
dependencies
build
clients
triage
needs-attention

According to https://issues.apache.org/jira/browse/COLLECTIONS-873 MR is basically a draft or discussion of what to do. I make PatriciaTrieSet based on PatriciaTrie under the hood. Below I type what I don't like....