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