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
Generate unique topic names and lazy-initialize Kafka/Schema Registry…
… connections
- Replace run-id based topic names by unique UUID based topic names to avoid collisions across test runs
- Lazy-initialize Kafka and Schema registry connections to prevent import-time network calls
Signed-off-by: rivudhk <rivudhkr@gmail.com>
ci: fix pre-commit job still passing when pre-commit fails
Remove continue-on-error from the pre-commit step and move the same-repo
condition to the auto-commit step using always(). This ensures the job
is correctly marked as failed when pre-commit fails, while still allowing
the auto-fix commit to run on branches within this repo.