Skip to content

EndpointRegistry proxy created log message displays inaccurate information #641

@hazel-bohon

Description

@hazel-bohon

Describe the bug

Description

from @maksim-sovkov

The proxy creation log message contains the transport name instead of the endpoint name, so if there is more than one endpoint in the transport, the same log messages are shown, for example:

Expected behavior

Proxy for endpoint EndpointA created on rabbit-mq
Proxy for endpoint EndpointB created on rabbit-mq

Actual behavior

Proxy for endpoint sql created on rabbit-mq
Proxy for endpoint sql created on rabbit-mq

Versions

all versions

Steps to reproduce

Configure a SQL endpoint and a RabbitMQ endpoint. Then start the bridge.

Relevant log output

Proxy for endpoint sql created on rabbit-mq
Proxy for endpoint sql created on rabbit-mq

Additional Information

Workarounds

N/A

Possible solutions

Update the log message.

Additional information

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingTriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions