service: Register the CSINegotiator
This commit is contained in:
parent
989f0fd48d
commit
e067993ec9
@ -201,6 +201,7 @@ Future<void> entrypoint() async {
|
||||
ResourceBindingNegotiator(),
|
||||
StartTlsNegotiator(),
|
||||
StreamManagementNegotiator(),
|
||||
CSINegotiator(),
|
||||
SaslScramNegotiator(10, "", "", ScramHashType.sha512),
|
||||
SaslScramNegotiator(9, "", "", ScramHashType.sha256),
|
||||
SaslScramNegotiator(8, "", "", ScramHashType.sha1),
|
||||
|
Loading…
Reference in New Issue
Block a user