Bart Maertens
Bart Maertens
.take-issue
yes, but I think it should be more central. I'll move that table to a snippet, update it and include it here and as a separate page.
looks good on Linux + KDE Plasma 6
did you look at the [Execution Information perspective](https://hop.apache.org/manual/latest/hop-gui/perspective-execution-information.html) and [Execution Information transform](https://hop.apache.org/manual/latest/pipeline/transforms/execinfo.html)?
hi @gertwieland, this is often caused by database connections with a high latency. does your pipeline read data from e.g. Azure SQL Server? if that's the case, and the metadata...
let's keep this ticket open. not sure if we'll be able to fix this in the short term, but Hop Gui shouldn't hang, let alone freeze.
VFS doesn't pick up project/environment variables, only knows the default variable space. as a workaround, you _can_ use global Hop variables (set in the configuration perspective).
You did specify a child pipeline ("Kafka pipeline" option), right? That child pipeline will receive the messages and send an `ACK` back to Kafka when it's done. This is a...
are you waiting for existing message on a topic to be read or are you publishing new massages to your topic? Any errors in your logs or in your hop-gui...
can you get the messages from your topic via the CLI?