Skip to content

Commit

Permalink
chore: create catalog-info.yaml (#236)
Browse files Browse the repository at this point in the history
* chore: create catalog-info.yaml

* Update catalog-info.yaml

Co-authored-by: Robert Raposa <[email protected]>

* Update catalog-info.yaml

Co-authored-by: Robert Raposa <[email protected]>

---------

Co-authored-by: Robert Raposa <[email protected]>
  • Loading branch information
jristau1984 and robrap authored Mar 5, 2024
1 parent f64c9fd commit 198af74
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file records information about this repo. Its use is described in OEP-55:
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: 'event-bus-kafka'
description: "Kafka implementation for Open edX event bus."
links:
- url: "https://github.com/openedx/event-bus-kafka"
title: "Event Bus Kafka"
icon: "Web"
annotations:
openedx.org/arch-interest-groups: ""
spec:
owner: group:2u-arch-bom
type: 'library'
lifecycle: 'production'
dependsOn:
- 'openedx-events'

0 comments on commit 198af74

Please sign in to comment.