You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- user/password: This should be provided over HTTPS. If not, the config parameter `rgw_allow_notification_secrets_in_cleartext` must be `true` in order to create topics.
253
255
- user/password: This should be provided together with ``use-ssl``. If not, the broker credentials will be sent over insecure transport.
254
256
- mechanism: may be provided together with user/password (default: ``PLAIN``). The supported SASL mechanisms are:
257
+
- ``user-name``: User name to use when connecting to the Kafka broker. If both this parameter and URI user are provided then this parameter overrides the URI user.
258
+
The same security considerations are in place for this parameter as are for user/password.
259
+
- ``password``: Password to use when connecting to the Kafka broker. If both this parameter and URI password are provided then this parameter overrides the URI password.
260
+
The same security considerations are in place for this parameter as are for user/password.
0 commit comments