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

Implement stream metadata augmentation in source adapters #788

Open
bwsw opened this issue Jun 17, 2024 · 0 comments
Open

Implement stream metadata augmentation in source adapters #788

bwsw opened this issue Jun 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bwsw
Copy link
Contributor

bwsw commented Jun 17, 2024

This is an optional feature. If ETCD_ENDPOINTS are not specified works without Etcd subscription.

Every stream adapter implementing single stream generation must be able to use the augmentation of video frames and messages with data stored in Etcd.

The source subscribes to the Etcd node with two subnodes:

  • routing labels;
  • video frame update.
  • Etcd endpoints (ETCD_ENDPOINTS);
  • Etcd credentials (ETCD_USERNAME, ETCD_PASSWORD);
  • Etcd TLS files (ETCD_CA_CERT, ETCD_CLIENT_CERT, ETCD_CLIENT_KEY);
  • Subscription node (ETCD_WATCH_NODE);
  • Labels node (ETCD_MESSAGE_ROUTING_LABELS_NODE);
  • Video frame update node (ETCD_VIDEO_FRAME_UPDATE_NODE);
  • Video frame update format (PB, JSON, YAML) (ETCD_VIDEO_FRAME_UPDATE_FORMAT);
  • Connect timeout (ETCD_CONNECT_TIMEOUT);
  • Watch path initial wait timeout (ETCD_WATCH_PATH_INITIAL_WAIT_TIMEOUT).
@bwsw bwsw modified the milestones: 0.4.1, 0.4.2 Jun 17, 2024
@bwsw bwsw added the enhancement New feature or request label Jun 18, 2024
@bwsw bwsw removed this from the 0.5.0 milestone Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants