Skip to content

Commit

Permalink
Update examples/rdkafka/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-szalwinski-he committed May 5, 2024
1 parent 9ae23b3 commit 61bf53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rdkafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Then start the client using the `start` method.
At the initial start and every time the token needs to be refreshed, the `refresh_token` method is called.
The callback will receive the name of the client.
Use the `AwsMskIamSaslSigner::MSKTokenProvider` to generate a new token and set it on the client.
Use the `CLIENTS` hash to get the client by name.
Use the `@clients` hash to get the client by name.

```ruby
def refresh_token(client_name)
Expand Down

0 comments on commit 61bf53c

Please sign in to comment.