krakend / krakend-amqp

AMQP compatible backend for the KrakenD framework
https://www.krakend.io
Apache License 2.0
10 stars 16 forks source link

Add ability to override exchange type for the producer, because it is hardcoded to `topic` #20

Open iborysenko opened 1 year ago

iborysenko commented 1 year ago

Add ability to override exchange type for the producer, because it is hardcoded to topic

alombarte commented 1 year ago

Hi @iborysenko , if changing the hardcoded value to a configurable string would be the only required work, that would be already implemented.

In order to take into account your request. What is the Exchange type you would like us to support?

iborysenko commented 1 year ago

Hi @alombarte I'm using direct exchange type, without declaration queue-name and always with routing-key AMQP allows publishing messages to the broker without a specified queue-name if routing key declared

iborysenko commented 1 year ago

Hi, @alombarte Do you have any plans to fix it?