ZmmBigdata commented on code in PR #1474: URL: https://github.com/apache/fluss/pull/1474#discussion_r2255701743
########## website/docs/security/authentication.md: ########## @@ -86,10 +86,10 @@ Fluss supports custom authentication logic through its plugin architecture. Steps to implement a custom authenticator: 1. **Implement AuthenticationPlugin Interfaces**: Implement `ClientAuthenticationPlugin` for client-side logic and implement `ServerAuthenticationPlugin` for server-side logic. -2. **Server-side Plugin Installation**: +2. **Server-Side Plugin Installation**: Build the plugin as a standalone JAR and copy it to the Fluss server’s plugin directory: `<FLUSS_HOME>/plugins/<custom_auth_plugin>/`. The server will automatically load the plugin at startup. -3. **Client-side Plugin Packaging** : +3. **Client-Side Plugin Packaging** : To enable plugin functionality on the client side, include the plugin JAR in your application’s classpath. This allows the Fluss client to auto-discover the plugin during runtime. -4. **Configure the desired protocol**: +4. **Configure the Desired Protocol**: Review Comment: > i dont think this requires changing Shouldn't the first letter of each word in the title be capitalized? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
