-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support to replicate rbac message to kafka (#122)
* feat: support to replicate rbac message to kafka * fix: golangci-lint check * feat: send msg with its type * fix: kafkaDatahandler dont impl api.Datahandler * add: use uKey with replicateEntity * add: dont use targetClient when downstream is kafka * add: check kafkaConnectParam * ci: add kafka deployment in unit.yaml * ci: modify unit.yaml * ci: modify unit.yaml * tets: wait for kafka connection before test * test: add createRequest with kafka test * revert the unrelated changes * fix: modify StartReadCollection func * ci: fix golangci-lint check * add: getPartitionInfo when downstream is kafka * ci: fix unit test * fix: nil pointer error
- Loading branch information
1 parent
51da848
commit 63180d1
Showing
14 changed files
with
922 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.