-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: add Kafka support to MeterReportService #243
Conversation
LGTM and congratulations on finishing all parts of the OSPP task! I appreciate your contribution and look forward to more haha. |
Just some minor stuff, others are good. ^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address @Superskyyy 's review and LGTM.
I'm also looking forward to participating AIOps Engine. |
Thank you. |
@Superskyyy Are we going to have a 1.0.0 release shortly? I noticed there are only 2 left on https://github.com/apache/skywalking/milestone/140 |
I think so, the preforking behavior in the remaining issue relates to somewhat weird things in upstream dependencies that cannot be solved easily. I will try to take another look soon, also do some chores and go for 1.0.0, since our main features are complete by this PR. |
#238
OAP accepts
MeterDataCollection
only now.Thanks to @Superskyyy's assistance to figure this out.