Closed hansedong closed 1 year ago
Welcome! Please submit your document PR to this link: https://github.com/loggie-io/docs. I will merge it when we release a new version.
@hansedong The CI build has failed. Please run the 'make fmt' command locally and resubmit your changes.
@hansedong The CI build has failed. Please run the 'make fmt' command locally and resubmit your changes.
It has been resolved.
@ethfoo I've been committing code for quite some time now, and up to this point, the code is working fine. However, my branch differs a lot from the main branch. Just now, I've committed again to resolve some code conflicts. Please approve the workflow. I wanted to ask, is there a plan to merge this into the mainline?
@hansedong Please take a look at reivew comments above.
@ethfoo
Welcome! Please submit your document PR to this link: https://github.com/loggie-io/docs. I will merge it when we release a new version.
I've already submitted a PR for loggie/docs.
The CI build has failed. Please run the 'make fmt' command locally and resubmit your changes.
In addition, I've followed your instructions, executed the make fmt command and resubmitted the PR (to avoid introducing too many meaningless commits, I force pushed the commit).
Please take a look at reivew comments above.
I'm sorry, could you clarify which one you're referring to?
@ethfoo
Welcome! Please submit your document PR to this link: https://github.com/loggie-io/docs. I will merge it when we release a new version.
I've already submitted a PR for loggie/docs.
The CI build has failed. Please run the 'make fmt' command locally and resubmit your changes.
In addition, I've followed your instructions, executed the make fmt command and resubmitted the PR (to avoid introducing too many meaningless commits, I force pushed the commit).
Please take a look at reivew comments above.
I'm sorry, could you clarify which one you're referring to?
@hansedong
@ethfoo I'm very sorry that I didn't see the code suggestion you mentioned before. I am currently working on the two points you mentioned and thank you for bringing them to my attention.
@ethfoo
The support for RocketMQ sink has been developed and basiclly completed. The commits mainly includes the following aspects:
I have already deployed and conducted functional testing in my own two sets of K8s environments, everything is working fine. Also, the PR https://github.com/loggie-io/docs/pull/160 is updated.
Please kindly review it again and if possible, provide some constructive feedback. Thank you.
Proposed Changes:
Which issue(s) this PR fixes:
The main purpose of this PR is to support the RocketMQ Sink.
In some scenarios, RocketMQ has higher write performance than Kafka when there are a large number of topics. Our company's internal MQ mainly uses RocketMQ.
I have used and verified the rocketmq Sink function in my K8s cluster, and it works properly. I am looking forward to adding this Sink into Loggie (so that I don't need to maintain a separate version of Loggie within the company).
Regarding unit testing, I noticed that there aren't many examples for other Sinks in this area. If needed, I am happy to supplement them but may require some examples and assistance. Thank you very much!
Additional documentation:
I don't know where to add the document 😓, please tell me.