Issue #7067 : Kafka Consumer step fails when run inside async web service#7538
Merged
Conversation
… runner fix apache#7517 preferred any existing same-named variable over empty parameter defaults and also copied parent variables into nested workflow parameters when pass_all_parameters=Y. That broke backbone IT main-0004/main-0006 (and hop-run of those workflows alone), while empty defaults are intentional for unset parameters. Refine activateParameters to prefer existing variables only when the parameter default is non-empty (HOSTNAME=localhost clobber case). Revert ActionWorkflow parent-variable fallback; formal parent parameters still pass through. Add unit coverage. Ignore SSH samples that need a lab host. Verified: hop-run alone for main-0004 and main-0006 exits 0. Confirm on Jenkins.
Add stopWhenIdle and maxIdleTimeMs options so the consumer can drain a topic and exit after a configurable idle period (batch-style use cases).
Harden BOOTSTRAP_SERVERS for the single-JVM runner, wait for Kafka health in docker, ignore idle time until partitions are assigned, and convert basic/mapping ITs to stop-when-idle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #7067 : Kafka Consumer step fails when run inside async web service
Essentially just some code hardening