kfaraz commented on PR #17738: URL: https://github.com/apache/druid/pull/17738#issuecomment-2791521426
> I understand your concern. The root problem here is that the namespace where the task is running is used as a configuration at overlord, however I would like see this information as part of task's metedata which should be saved in the tasks' metadata storage. Yeah, I guess it would be fine to include this in the task context before the task is persisted to the metadata store. There is already a `TaskContextEnricher` interface for this exact purpose. The K8s extension module would just need to add a new implementation for this interface and add this label in the task context. @GWphua , what are your thoughts? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
