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

[Question] [Feature] Add sensor capability to listen to Kafka Pipeline events #1311

Closed
sharmalalit opened this issue Apr 6, 2016 · 1 comment

Comments

@sharmalalit
Copy link

Dear Airflow Maintainers,

I was looking at AirFlow documentation [0] and trying to figure out it it is possible to wait for an event in Kafka Pipeline to occur and then generate a task in DAG.

Is it possible to extend existing sensors to achieve this.

[0] - http://pythonhosted.org/airflow/concepts.html#operators

@sharmalalit sharmalalit changed the title Add sensor capability to listen to Kafka Pipeline events [Question] [Feature] Add sensor capability to listen to Kafka Pipeline events Apr 6, 2016
@jlowin jlowin added the Question label Apr 7, 2016
@yuanfeiz
Copy link

I am working on the similar feature, would you like to provide more information about your requirements?

  • Would you configure anything besides the topic, for example, the offset, partition, consumer-groups?
  • Would you use a cluster of broker servers or just use one single server?
  • Do you need more fine-grained control over the message fetching, for example, the timeout?

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

No branches or pull requests

6 participants