Replies: 1 comment
-
Answered in the issue #1044 . Re-iterating here: We do not support pipeline PAUSING at the moment. The parameters for kvssink need to be set before changing pipeline to PLAYING STATE. This means, you can do this only at the start. To update again, you would have to stop the pipeline, set the params and set it to PLAYING again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to update kvssink parameters like stream-name, access-key, secret-key for a running pipeline.
The objective is to send stream to multiple kinesis accounts based on certain events.
I am trying to use
g_object_set
function to do this but right now I cant seem to do it.Need help in this regard.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions