Skip to content

Commit

Permalink
Update note on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Oct 6, 2024
1 parent 7531b5d commit b95f1d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/advanced-usage/sasl-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ $consumer = \Junges\Kafka\Facades\Kafka::consumer()
);
```

Note: When using the `withSasl` method, the securityProtocol set in this method takes priority over `withSecurityProtocol` method.
```+parse
<x-docs.tip title="Hot tip!">
When using the `withSasl` method, the securityProtocol set in this method takes priority over `withSecurityProtocol` method.
</x-docs.tip>
```

0 comments on commit b95f1d8

Please sign in to comment.