Lovro Mažgon
Lovro Mažgon
Hi @mmm8955405! This seems more like a feature request than a bug, so I marked it as such. The current UI is not meant to be publicly hosted, although we...
I found the culprit for this error. It's connector lifecycle events. We [persist the connector](https://github.com/ConduitIO/conduit/blob/042149515d71b75d8e74a900c33dd8740f258d56/pkg/connector/destination.go#L95) when a lifecycle event is triggered, so that we don't trigger it again next time...
Related tool: https://github.com/anchore/quill
_Ideally_ we could reuse connectors for inserting records into the datastore. This would kind of be something between a processor and a connector.
The change in #68 has created a regression, it caused us to delete 25 images that would otherwise not be deleted. Here's the [CI action run](https://github.com/ConduitIO/conduit/actions/runs/6857348332/job/18646270885) the day after the...
I'll describe our use case in [Conduit](https://github.com/ConduitIO/conduit). We cut nightly releases every night, that include creating a docker image among other assets. Nightlies are only relevant for a short period...
Hi @khssnv! We haven't considered adding this, as we don't really have a need for this feature. That said, we are open to reviewing and merging a PR with this...
@goccy any chance you could look at the issue and PR? To me, it seems like a pretty straightforward fix.
@goccy I see you released `0.10.3`, is there anything missing here that prevented you from including this PR?
Can you elaborate? Do you have suggestions on other approaches to address this bug? EDIT: I assume you're concerned about the allocation. How about the approach with setting the context...