Tim Fox
Tim Fox
We should allow brokers to be configured in the main config file so SASL can be used for auth on Kafka connections. E.g. provide a path to a sasl config...
If the HTTP API is to be used from a browser, then we need a CORS handler to handle the CORS protocol
If you attempt to overload an operator and the implementation of the function is defined using `expr.Function` as opposed to having the function in the env, then it fails to...
With 3 nodes. Run with repeat to reproduce,
For a transient source with materialized view(s) there is no point in first hashing and forwarding to the source before simply forwarding to the owner of the aggregation key. We...
We should make this into its own golang module so it can be imported into other projects more easily.
Hi All, I have setup cla assistant on my repo, I can see it's installed as a webhook ok, and the web hook seems to be triggered ok when I...
I've been trying to get WasmEdge to be able to invoke a WASM function compiled in AssemblyScript. I can get it to work by passing simple types (int32, int64) but...
Description =========== Hi, My producer is stuck in an infinite retry loop when SASL authentication with the server fails. In this case, I do not want it to retry, I...
Recently, S3 introduced conditional writes: https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/ They allow the user to atomically put an object if no object with the same key already exists. It works by setting the "If-None-Match"...