Tyler Treat

Results 121 comments of Tyler Treat

I think so. The changes aren't substantial between v1 and v2. Mainly just the introduction of `PublishAsync` and some minor changes to returned errors in parts of the API (which...

I see. Yes, we can create a separate v2 readme.

There is a lot of interest in a Dart client (see https://github.com/liftbridge-io/go-liftbridge/issues/32 and https://github.com/liftbridge-io/liftbridge/issues/34 for example). Unfortunately, I haven't had time to focus on that. I don't know if anyone...

Cool, interested to hear your experience using Liftbridge and outcomes of your evaluation.

We will not be using flatbuffers in 1.0 due to the lack of gRPC support across a wide number of languages (see discussion [here](https://github.com/liftbridge-io/liftbridge/issues/87#issuecomment-591238171)). The 1.0 release is very close...

> One thing i have not worked out is how NATS Server (s) are configured when used with Liftbridge in terms of HA. A mutation hits NATS and then is...

There has definitely been interest in a Dart client (see here for example: https://github.com/liftbridge-io/liftbridge/issues/34). I'm not familiar with Dart, so help here would be great.

Can you share your Liftbridge configuration? Also, are you running a single node or multiple Liftbridge nodes?

The client is attempting to connect to port 9292 because this is the default port. Since `port` is not explicitly set in the config, the server is falling back to...

Are those connections creating new streams? It sounds like potentially a large number of partitions are being created and the OS is hitting an open file limit.