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

Add Topic Fan-in #210

Open
isra17 opened this issue Jul 18, 2022 · 0 comments
Open

Add Topic Fan-in #210

isra17 opened this issue Jul 18, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@isra17
Copy link
Member

isra17 commented Jul 18, 2022

Create a topic that takes in parameter other topics to fan-in. This way a single jobdefinition could read from a single topic instead of having to define multiple topics and job definition. eg.

apiVersion: saturn.flared.io/v1alpha1
kind: SaturnTopic
metadata:
  name: fanin-topic
spec:
  type: FaninTopic
  options:
    topics:
      - type: PeriodicTopic
        name: periodic-topic
        options:
          interval: "* * * * * */5"
      - type: RabbitMQTopic
        name: rabbitmq-topic
        options:
          queue_name: foobar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant