-
### Observed behavior
I have a function like so
```rust
pub async fn get_jetstream() -> Result {
let client = connect_with_options(
env::var("NATS_URL").unwrap_or("localhost:30042".…
-
Override TS can change the precision of an event using "now". It would be great to add an option to change the precision of event original timestamp.
This is what I'm currently using in Starlark t…
-
There are many, _many_, _*many*_ reports of FTP data transfer failures, usually including one of the following FTP response messages:
* 425 Can't open data connection
* 425 Unable to build data conn…
-
Hi Tyler,
In the below golang code:
```
package main
import (
"context"
"fmt"
lift "github.com/liftbridge-io/go-liftbridge"
)
func main() {
addr := "localhost:30276"
client, …
-
Aligns with our current trigger work, cloudevents support, and cncf participation.
request here: https://github.com/fnproject/fn/issues/446
-
Hi @mcginty
The innernet blog post mentioned NAT holepunching:
> We had some simple goals:
> - Conveniences a typical WireGuard user wants: peer names, auto-updating peer lists, groups based …
-
### Type out the question
It might be nice to have a fly deployment for the server ?
https://fly.io/docs/languages-and-frameworks/dockerfile/
https://fly.io/docs/languages-and-frameworks/golang…
-
### What motivated this proposal?
Hi.
Lakehouse platforms are on the rise and became the defacto Data lakes. Delta Lake platform is much widely used and most popular in the segment. Also Delta is t…
-
### Proposed change
When the NATS server closes the connection, the client should still attempt to reconnect if we have the connection connect options:
```
const nats = await connect({
…
-
I'm having a problem in my cluster with several streams when I recover(by seq or time): the consumers get some messages then I see timeouts (5s default) couple of times before data starts flowing as u…