resec icon indicating copy to clipboard operation
resec copied to clipboard

ReSeC- Redis Service Consul

Results 12 resec issues
Sort by recently updated
recently updated
newest added

version 1.1.2 built with extra leading `.` in the releases section, version `1.1.2` is actually `.1.1.2` (extra leading dot)

build and release support for arm64

We have a redis replication cluster called redis-app-cache running in Nomad and using Consul. We use Resec, and it registers services in consul called redis-app-cache with tags master and slave....

We are using resec on Nomad and ran into race conditions on deployments with our bigger clusters (>5gb data). We implemented an health check interface to monitor if all data...

As I see few PRs and issues without responses, I would like to know if this project is alive or is abandoned.

Prevent panic when port is not passed to consul.NewConnection, re Panic when ANNOUNCE_ADDR passed #67 https://github.com/seatgeek/resec/issues/67

if ANNOUNCE_ADDR was set, resec would crash with "panic: runtime error: index out of range [1] with length 1"

Log: ``` panic: runtime error: index out of range [1] with length 1 goroutine 1 [running]: github.com/seatgeek/resec/resec/consul.NewConnection(0x46c2cf, {{0x86b27a, 0x7d0aa0}}) /tmp/resec/resec/consul/new.go:71 +0xcef github.com/seatgeek/resec/resec/reconciler.NewReconciler(0xc00009ca40) /tmp/resec/resec/reconciler/new.go:20 +0x5b main.main.func2(0xc0000d0240) /tmp/resec/main.go:147 +0x19 github.com/urfave/cli/v2.(*App).RunContext(0xc00009b1e0, {0x8fb890, 0xc0000ac020},...

Combined merge from: * https://github.com/gutefrage/resec * https://github.com/slobodangacesa/resec/tree/sg-fix-announce-addr

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies