Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Add Topic Fan-in #210

@isra17

Description

@isra17

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions