We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6d655 commit 624475eCopy full SHA for 624475e
lib/kafka/sasl/awsmskiam.rb
@@ -9,7 +9,7 @@ module Sasl
9
class AwsMskIam
10
AWS_MSK_IAM = "AWS_MSK_IAM"
11
12
- def initialize(aws_region:, access_key_id:, secret_key_id:, session_token: nil,logger:)
+ def initialize(aws_region:, access_key_id:, secret_key_id:, session_token: nil, logger:)
13
@semaphore = Mutex.new
14
15
@aws_region = aws_region
0 commit comments