WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

I want to create a KV bucket that is a subject transform of several streams. I created the following resource. The bucket appears in the cluster but it is not being populated. #277

@agebski-sn

Description

@agebski-sn

I want to create a KV bucket that is a subject transform of several streams. I created the following resource. The bucket appears in the cluster but it is not being populated.

apiVersion: jetstream.nats.io/v1beta2
kind: KeyValue
metadata:
  name: core-v2
spec:
  bucket: core-v2
  storage: file
  preventDelete: true
  description: A single key value store for all core data
  replicas: 2
  sources:
    - name: agreement
      subjectTransforms:
        - dest: node.>
          source: agreement.*.*.>
    - name: digital
      subjectTransforms:
        - dest: node.>
          source: digital.*.*.>
    - name: collection
      subjectTransforms:
        - dest: node.>
          source: collection.*.*.>

Originally posted by @ricker-flow in #274

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions