-
Notifications
You must be signed in to change notification settings - Fork 171
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
[OMON-793] Add dependency on kafka and protobuf in Monitoring #5712
Conversation
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.
Thanks for this fix. However I'm not sure if it's right to do so (see comment in JIRA).
we can close it for what I am concerned. |
Can this be closed? |
@sy-c looks like one of the tests is failing, could you have a look ? |
compilation fix
@vascobarroso compile fix released |
@ktf errors look unrelated to me. If that's the case, could you merge this ? We need it for early next week. Thanks! |
I assume you only need this for the o2-dataflow default? I'd rather not have a dependency on kafka for the general case. If yes, would you mind adding the customisation to the default? |
add librdkafka dep
moved librdkafka dep to o2-dataflow defaults
@ktf I moved librdkafka requires to defaults-o2-dataflow.sh. Is this the way to do it ? It seems to work on my dev setup. |
Yes, it would need to be moved to the dataflow default. Indeed we could have some "defaults dependent" specification for the dependencies... Let me see how difficult it is. |
Thanks for checking! Optional test like for OS would indeed be nice, but the current solution for today is good enough. |
alisw/alibuild#901 will allow you to write: requires:
libkafka:defaults=o2-dataflow |
@ktf can we now merge this ? |
@Barthelemy The issue in QC seems to be a genuine (yet unrelated) problem. Can you please have MCH have a look? |
No description provided.