Skip to content

Conversation

holly-cummins
Copy link
Contributor

@holly-cummins holly-cummins commented Jul 3, 2025

Looks like a line got forgotten. I assume this is the intention?

@ozangunalp, I wasn't sure which test wasn't working/disabled from the earlier work, so I couldn't try re-enabling it, but I wondered if this fix might make a difference there? (Or it might totally not!)

@holly-cummins holly-cummins requested a review from ozangunalp July 3, 2025 07:28
@ozangunalp
Copy link
Contributor

@holly-cummins that is outright wrong, I meant to return null when (connectionInfoFunction == null)

@holly-cummins
Copy link
Contributor Author

@holly-cummins that is outright wrong, I meant to return null when (connectionInfoFunction == null)

I thought it was a strange return value, but I assumed it made sense in a kafka context, to attach directly to a container!

So should it be this?

    @Override
    public String getConnectionInfo() {
        if (connectionInfoFunction == null) {
            return null;
        }
        return connectionInfoFunction.apply(container);
    }

I'll update and push a new CI.

@ozangunalp
Copy link
Contributor

@holly-cummins thanks! That was it.

Copy link

quarkus-bot bot commented Jul 3, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 5c3f1e7.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@ozangunalp ozangunalp merged commit 3112b8e into quarkusio:main Jul 3, 2025
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.25 - main milestone Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants