wolfstudy commented on pull request #8467: URL: https://github.com/apache/pulsar/pull/8467#issuecomment-725318076
@flowchartsman Can you help to check the code style and make sure they can pass? ``` pf/context.go:30: line is 244 characters (lll) // FunctionContext provides contextual information to the executing function. Features like which message id we are handling, whats the topic name of the message, what are our operating constraints, etc can be accessed by the executing function pf/context.go:73: line is 127 characters (lll) //GetTenantAndNamespace returns the tenant and namespace the pulsar function belongs to in the format of `<tenant>/<namespace>` pf/context.go:78: line is 131 characters (lll) //GetTenantAndNamespaceAndName returns the full name of the pulsar function in the format of `<tenant>/<namespace>/<function name>` pf/context.go:123: line is 149 characters (lll) //GetMaxIdleTime returns the amount of time the pulsar function has to respond to the most recent health check before it is considered to be failing. pf/function.go:178: line is 122 characters (lll) // GetUserConfMap provides a means to access the pulsar function's user config map before initializing the pulsar function ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
