Skip to content
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

aggregator produce message to kafka with topic metrics #15

Open
zhangjianweibj opened this issue Mar 20, 2019 · 1 comment
Open

aggregator produce message to kafka with topic metrics #15

zhangjianweibj opened this issue Mar 20, 2019 · 1 comment
Labels

Comments

@zhangjianweibj
Copy link

hello,i hava a question.monasca-aggregator fetch messages from kafka with topic 'metrics'.then monasca-aggegator produce messages to kafka with same topic 'metrics'.is monasca-aggegator then fetch messages that it has produced?i wonder it may drop in endless loop.

@rbrndt
Copy link
Collaborator

rbrndt commented Mar 20, 2019

The aggregator can indeed be configured to consume metrics that it has produced, but since it runs periodically in an infinite loop anyway this does not cause any issues with it's operations.

Edit: I do want to note that it should not be configured to consume and output the same metric name, even though that is allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants