Skip to content

Several small fixes#3763

Open
sophokles73 wants to merge 4 commits into
2.7.xfrom
several_small_fixes
Open

Several small fixes#3763
sophokles73 wants to merge 4 commits into
2.7.xfrom
several_small_fixes

Conversation

@sophokles73

Copy link
Copy Markdown
Contributor

Adopt latest fixes from master branch to use Apache Kafka 4.3.1 container image for integration tests and temporarily increase log level for getting insight into reasons for flaky integration test failures.

Removed the Confluent Kafka image and replaced it with the Apache Kafka image for integration tests.
This change ensures that the tests are run against the latest version of Apache Kafka,
which is more aligned with the project's requirements and dependencies.
Some of the integration tests are flaky in the CI environment. This commit
increases the log level of the command router ni a few places to provide more
insight to what is happening when the failing tests are executed.
@sophokles73
sophokles73 requested review from mattkaem and removed request for calohmn and dejanb July 22, 2026 04:28
Comment on lines +1127 to +1131
logger.info("received first message");
firstMessageReceived.complete();
break;
case "text/msg2":
logger.debug("received second message");
logger.info("received second message");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those indentations aren't intentional, are they?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I am trying to use the Eclipse Formatter rules from the eclipse/ folder in my VS Code workspace. The change has been made automatically by the code formatter while I made changes to these lines. It seems like the formatter only applies the rules automatically on save to the changed lines, while it leaves the rest of the code untouched. This seems to have led to the wild mixture in indentation. When I format the whole file, almost all of the indentation is consistently changed.

I am afraid that many of the files in our repo do not really comply with our code formatting rules (yet).
IMHO we should strive to comply with these rules whenever we edit a file as part of a PR but should not apply the rules to all of the code base in one go.
Another option would be to adapt the code formatting rules accordingly, but I'd rather keep them as they are ...
WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants