mediative / eigenflow

ETL orchestration platform with recoverability and process monitoring features
https://mediative.github.io/eigenflow/
Apache License 2.0
9 stars 4 forks source link

EigenFlow Kafka Publisher should use a single topic per message type #4

Open WadeWaldron opened 8 years ago

WadeWaldron commented 8 years ago

The EigenFlow platform currently publishes to a separate topic per job. This means consumers need to know what jobs exist in advance which is not ideal.

Instead it could publish to a single topic per event type (RunEvent, StageEvent, MetricsEvent). The events would then include the Job Id. This would mean consumers would not need to be aware of the different job types in advance.