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

develop input stream from kafka #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

develop input stream from kafka #25

wants to merge 1 commit into from

Conversation

DarioBalinzo
Copy link

I have developed an optional kafka input source for getting the timeseries.
This option will be enabled if the parameter --kafka-uri is filled with the list of kafka brokers (delimited by ;). In this case the inuput parameter will represent the input topic. The messages are assumed to be valid json encoded as ascii string. The analysis will be performed on batch of --kafka-window-size. Last but not least with the parameter --auto_offset_reset it is possibile to specify the source will read only the new messages or the source is interested of reading also the old messages belonging to the input topic.

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

Successfully merging this pull request may close these issues.

None yet

1 participant