Copilot commented on code in PR #1450: URL: https://github.com/apache/pulsar-client-go/pull/1450#discussion_r2610893528
########## pulsaradmin/pkg/utils/update_options.go: ########## @@ -19,7 +19,7 @@ package utils // Options while updating the sink Review Comment: The comment "Options while updating the sink" is misleading because UpdateOptions is used for updating functions, sources, and sinks, not just sinks. Consider updating the comment to reflect all use cases, such as "Options while updating functions, sources, and sinks". ```suggestion // Options while updating functions, sources, and sinks ``` -- 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]
