yonesko

Results 10 issues of yonesko

Why do bulkIndexer need done chan bool? I use v7 and it seems that done channel doesn't affect anythig, what is it's purpose? Thanks

Hello, I haven't found how to control row group size. Yes, I can call `Flush`, but how do I know if row group reached limit size (1GB for example) ?

question

Hello! In [Kafka Engine](https://clickhouse.tech/docs/v19.14/ru/operations/table_engines/kafka/) I have to specify proto-schema. How to put my proto-schema into ClickHouse pod ?

Currently RandomString giving the same sequence since default seed is 1

Hello! I have json row: ``` { "geo_geo_bbox": { "type": "Polygon", "coordinates": [ [ [ -79.76259, 40.477383 ], [ -79.76259, 45.015851 ], [ -71.777492, 45.015851 ], [ -71.777492, 40.477383 ],...

Example: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory

```golang // Async executes a function in a goroutine and returns the result in a channel. func Async[A any](f func() A)

I am trying to use ProbLog to solve a board game called King of the dice and there is a task to find a probability of tossing exactly N=0,1,...6 dice...

Convenient method to map only value ignoring error

Hello Is there a way to specify in the config a gitlab instance, so Hound could retrieve by GitLab API all the repositories and keep watching for new ones?