Semih Buyukgungor

Results 32 comments of Semih Buyukgungor

Hi @Demy076 I don't think that it is an efficient way to clear the map. It would be better to create new empty indexes and load into the map. ```go...

[xxhash3](https://github.com/zeebo/xxh3) outperforms xxhash in string hashing, according to benchmark results on my machine. ``` goos: darwin goarch: arm64 pkg: github.com/alphadose/haxmap/benchmarks BenchmarkXXHASH_sting16bytes BenchmarkXXHASH_sting16bytes-10 100000 6.527 ns/op BenchmarkXXHASH_sting128bytes BenchmarkXXHASH_sting128bytes-10 100000 18.11 ns/op...

Hazelcast integration has been added 🚀 This issue can be closed.

@meowgorithm do you mean that the API should accept only lines instead of whole content? I think it will break the backward-compatibility for anyone using the Viewport model and it...

If you use two different type of storage, they should uniquely identified by the `store` label. ``` # HELP cache_collector This represent the number of items in cache # TYPE...

@eko I think it should be supported in the API.

Hi @shahamit You can configure the capacity of ring buffer at runtime. The question isn't directly related to Helm charts. Here is an example of your use-case. ```java var ringBufferConfig...

There is no way to configure default values of any configuration. You can statically configure ringbuffers with their predefined names, or you can dynamically configure ringbuffers using client at runtime....

You need to configure `ringbuffer` only once just before it is created. If you have a guarantee that the `ringbuffer` is created in the producer side before the consumer tries...

Hi @brackend It is not supported to configure security providers of Management Center in the configuration file. You have to configure OIDC after the Management Center is launched. You have...