Aleksandr Antonov
Aleksandr Antonov
Highly appreciate. Kill feature of logs storages in Grafana is ability to correlate logs with traces. That feaute is supported for ElasticSearch and Loki storage plugins, but not for MySQL...
> could someone provide dockerized simple example of the setup Kafka > Clickhouse. There I could insert data into Kafka via curl then see its at the Clickhouse? I can...
> Related #1686, though I agree that a broader message queue abstraction would be more important than a specific NATS integration. What ClickHouse has done seems perfect! I want to...
> A docker-compose based demo which exemplifies https://clickhouse.com/docs/en/engines/table-engines/integrations/nats would be also helpful. I think kafka vs nats is of less importance now than general understanding of the best way to...
About Clickhouse -- Kafka, have you tried [this example](https://github.com/nmicra/clickhouse-kafka-engine-example) from @nmicra? I tested it, clickhouse-client binary require port 9000, so I just opened 9000 port for "clickhouseSrv" service in docker...
> does MQ implementation need setup of all consumers, topics, partitions and that management? or the only scenation is to fetch the data from the MQ topic into Manticore RT...
> As discussed, here's what we can do: > > 1. There's no compelling reason to implement this within the daemon. For example, librdkafka, which we plan to use, has...
@djklim87 Please comment [NATS PHP Client](https://github.com/basis-company/nats.php?tab=readme-ov-file#jetstream-api-usage) stream example, is it easier than Kafka integration, may be some thoughts on that?
I have several cases with tools like Grafana and others, when returning abstract strings is required for specific plugins. For example, I want to enrich data from ManticoreSearch with static...
I'll prepare more examples today.