Updated egress rpc (#1252)

* updated egress rpc

* check if egress exists on stop

* fix static check

* remove old migration code

* rename

* regenerate, update test

* latest staticcheck

* update to psrpc 0.1.0

* fix tests

* dual write rpcs on running egress

* remove unused field

* fix race, change service for egress impl

* return nil if bus is nil

* id -> ids

* add affinityFunc to StartEgress
This commit is contained in:
David Colburn
2022-12-22 21:03:27 -08:00
committed by GitHub
parent 05132799a5
commit 6719a3c714
15 changed files with 1031 additions and 187 deletions

View File

@@ -43,9 +43,11 @@ jobs:
args: build
- name: Static Check
uses: dominikh/staticcheck-action@v1
uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1"
min-go-version: 1.18
version: 2022.1.3
install-go: false
- name: Test
run: |