You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
The onyx-kafka plugin now places metadata under [:task-metadata job-id task-id]. There isn't really any great way for the plugins to clean this up, as tasks may die, and we can't override or chain log commands. I think [:task-metadata job-id] should be dissoc-in'd when a job is completed.
Yes, absolutely. As long as all plugins follow the convention to key their metadata under job-id, and then again under task-id, this is good. Also remember to dissoc on kill and garbage collection.
The onyx-kafka plugin now places metadata under [:task-metadata job-id task-id]. There isn't really any great way for the plugins to clean this up, as tasks may die, and we can't override or chain log commands. I think [:task-metadata job-id] should be dissoc-in'd when a job is completed.
@MichaelDrogalis?
The text was updated successfully, but these errors were encountered: