We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380a95a commit d009af0Copy full SHA for d009af0
catalog-info.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: loopback4-kafka-client
5
+ annotations:
6
+ github.com/project-slug: sourcefuse/loopback4-kafka-client
7
+ namespace: arc
8
+ description: A Kafka Client for Loopback4 built on top of KafkaJS.
9
+ tags:
10
+ - kafka
11
+ - loopback
12
+ - extension
13
+ links:
14
+ - url: https://npmjs.com/package/loopback4-kafka-client
15
+ title: NPM Package
16
+ - url: https://loopback.io/doc/en/lb4/Extending-LoopBack-4.html#overview
17
+ title: Extending LoopBack
18
+spec:
19
+ type: component
20
+ lifecycle: production
21
+ owner: sourcefuse
0 commit comments