Is your feature request related to a problem? Please describe.
I wish to add Execution metadata to the reportingWriter struct to implement some extended features. However, to achieve this, it is necessary to adjust the structure of the ExecuteRequest. I am not sure whether such a request is acceptable.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
https://github.com/distribworks/dkron/blob/53864a0cf5567e31305b5b004474fb546062eb09/dkron/grpc_agent.go#L84-L94
Is your feature request related to a problem? Please describe.
I wish to add
Executionmetadata to thereportingWriterstruct to implement some extended features. However, to achieve this, it is necessary to adjust the structure of the ExecuteRequest. I am not sure whether such a request is acceptable.Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
https://github.com/distribworks/dkron/blob/53864a0cf5567e31305b5b004474fb546062eb09/dkron/grpc_agent.go#L84-L94