Elliot Wright
Elliot Wright
I'm happy to take some PRs! If we get it in a good place, I'd be happy to donate it to Typesense themselves if they want it.
Hmm, something still isn't quite right here. I had to restart Typesense in my cluster for something, and it wasn't able to recover. In it's logs it was still holding...
I've just realised our staging cluster is currently in a broken state (it was the production one I just had to restart which then broke before...). Here's some log output,...
> One thing to keep in mind is the speed of rotation: did you ensure that the nodes actually caught up after each rotation? If you rotate too fast, cluster...
Aha, currently it didn't have a health or readiness check in place! That would solve one issue... but it has now caused another haha. I might have to update tsns...
Aha, I can see why the panic is happening, but the first line of the output is the actual error. The most likely scenario I can think of is that...
I've been on a bit of a wild ride with this this evening. I've seen quite a few conflicting pieces of documentation about service config, and I've seen various deprecation...
> I agree with the sentiments of wanting compile-time failures, but note that you can actually get that if you use the protobuf form and serialize it to JSON to...
> Perhaps we should link to it from our godoc comments on the WithDefaultServiceConfig function, and then it would be more discoverable and a testament to its freshness, while also...
Some more info on this, as it's something I've hit too. It looks like it's caused by a repository's structure changing, i.e. a sub-package being moved, or removed entirely. I'm...