Dario Heinisch
Dario Heinisch
Stacktrace 13:00:18.716 [error] ** Websocket client Alchemy.Discord.Gateway terminating in :websocket_handle/3 for the reason :error::function_clause ** Websocket message was {:text, "{\"t\":null,\"s\":null,\"op\":7,\"d\":null}"} ** Handler state was %Alchemy.Discord.Gateway.State{} ** Stacktrace: [{:websocket_client, :handle_response, [:ok,...
### Summary of changes - Updated `kubernetes_node_basename` so that it can be supplied with a function called which allows dynamic node basenames based on the given pod information Imagine if...
**Description** Currently one can only pass in a master key for the search but it would be nice if we could provide a callback function to set the api key....
This should be pretty straight forward: Replace all `print` statements with a logger
Hi there, My kafka consumers are not showing up on the strimzi kafka grafana dashboard but I can confirm they are consuming data without any issues. According to https://github.com/strimzi/strimzi-kafka-operator/discussions/5341#discussioncomment-3355975 `Kafka...
Fixes an issue when having a key and the topic does not exist. Previously this would cause the genserver to terminate: mfa=:gen_server.error_info/7 [error] GenServer :greeks_worker_4 terminating ** (ArithmeticError) bad argument...
I would like to use [recv()](https://docs.rs/rdkafka/latest/rdkafka/consumer/stream_consumer/struct.StreamConsumer.html#method.recv) with [tokio::select!](https://docs.rs/tokio/latest/tokio/macro.select.html) but I couldn't find (maybe missed it) whether recv is cancellation safe so I don't loose any kafka messages.
I get this error: ``` Mismatched response length. Expected 1 receipts but only received 3 ``` This happens when I send an expo message with 3 receivers. I think after...
# Pull Request ## Related issue Fixes [#3983](https://github.com/meilisearch/meilisearch/issues/3983) ## What does this PR do? Excludes the following routes from being observed for prometheus metrics: - `/tasks/{task_id}` - `/manifest.json` - Anything...