lostluck opened a new issue, #23550: URL: https://github.com/apache/beam/issues/23550
### What happened? It's valid to have combiners with a context parameter in any of the methods, for metrics and logging use, but the generic registration package doesn't tolerate it at this time. Work arounds include continue using the static analysis code generator (starcgen), or not optimizing the combiner, or removing the context.Context issue. Fix requires adjusting the generation template for the register package to also have acceptable extraction interfaces for Combine lifecycle methods with context parameters. ### Issue Priority Priority: 2 ### Issue Component Component: sdk-go -- 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]
