Haris Osmanagić
Haris Osmanagić
Thanks for the issue @nickchomey ! It seems to me that we need to wait for the support in Go first: https://github.com/golang/go/issues/65333.
Yup, definitely good to have a tracker issue!
Well, some of the features that are introduced in Preview 2 are really handy, such as HTTP. We're currently focusing on schema support in Conduit, but the team will discuss...
Another issue to consider for this is https://github.com/ConduitIO/conduit/issues/1951, especially the second comment in the list (about simplifying the task ordering).
FYI I've added this (and other connector requests) to our internal connectors' project where we prioritize all connector requests. We'll let you know once we figure when we're going to...
The internal FaninNode collects records from 1 or more sources and then forwards them to the next node. Your pipeline has no source connectors, so the FaninNode complains that the...
@alarbada Good that we're on the same page about this. I think you can change this issue into a feature that prints a nicer error message. We can easily do...
@MichalisDBA I've just tried with AlmaLinux 9.4 in a Docker container, and it works. It could be very well an issue related to the version of the browser you're running...
I installed Conduit using a Debian package as well, and it works... Do you mind running Conduit with `docker run -p 8080:8080 ghcr.io/conduitio/conduit` and trying it out that way? Personally,...
I'm from the Conduit team, I'll try to help as much as possible. What version of Go and yarn were you using when you built Conduit? I ran [Alma Linux...