-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
New rabbitmq
sink
#558
Comments
Thanks @f2zubac! Appreciate the detail on your use case. We'll update this issue as we make progress. |
Hello @binarylogic can I tackle this one, and can you please give me a little guidance where to start ?! |
Hi @AlyHKafoury absolutely! We'd love to have you contribute. @LucioFranco, since you worked with him on #960 maybe you can recommend the best way to get started? I also opened the above issue to make this easier in the future. |
Hi @AlyHKafoury! I would suggest taking a look at a couple of our sources mainly the kafka sinks and some of our AWS sinks. They should show how we usually setup our sinks. At a high level they all implement |
@LucioFranco Thank you, I will get started in a couple of days and ask you if I have further questions. |
@LucioFranco As I understand every sink has to implement an |
@AlyHKafoury you should just have to ack the event once its been sent. So each event will get an ack id you can then ack that event once rabitmq has acked you back. https://github.com/timberio/vector/blob/master/src/sinks/kafka.rs#L195 |
Hi, is this still being worked on, or is it blocked? |
@njasm go for it! We're not currently working on it. |
@binarylogic ok great, I'm on it! 👍 |
@njasm any updates ? |
@theyough I didn't have the chance to start it, I had to shift focus to other priorities and right now unfortunately I don't have the bandwidth to work on the amqp sink in the near future. - I expect to return to it (if in the meantime no one take a stab at it) but I won't be able to look into it in the next 2/3 months for sure. |
#7120, it looks like it s almost done |
Hi Team
In order to be able to completely remove logstash and introduce Vector, it would be nice to introduce RabbitMQ sink plugin.
Sincerely,
Dragan
The text was updated successfully, but these errors were encountered: