Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Connector doesn't support DLX #11

Open
augustovanderley opened this issue Dec 9, 2020 · 0 comments
Open

Source Connector doesn't support DLX #11

augustovanderley opened this issue Dec 9, 2020 · 0 comments

Comments

@augustovanderley
Copy link

augustovanderley commented Dec 9, 2020

Hello, I'm really new to Kafka Connect and RabbitMQ, so sorry for any mistakes I may write.

I can't make this connector work with a RabbitMQ queue with DLX. It works without a DLX, but we need a DLX in order to send messages to our DLQ.

This is the error I get.
Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'x-dead-letter-exchange' for queue 'myqueue' in vhost '/': received none but current is the value 'myqueue.dlx' of type..., class-id=50, method-id=10)

We tried the confluent Connector and it works with the DLX, but we can't afford to pay a license.

I could contribute to this project, but I don't know what is necessary in order to make it work. I'm open to learn about it.

Thanks in advance.

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

No branches or pull requests

1 participant