Skip to content

High utilization for lua transform #13250

Discussion options

You must be logged in to vote

Thanks for your reply @jszwedko. The lua transform is being used to parse a config file which looks like this:

virtual_channels:
  <application_1>:
    <virtual_channel_1>:
    - <channel_1>
    - <channel_2>
    - <channel_3>
    <virtual_channel_2>:
    - <channel_4>
    - <channel_5>
  <application_2>:
    <virtual_channel_3>:
    - <channel_6>
    - <channel_7>

Based on the application, I need to map the channel to its corresponding virtual channel.

Is there any alternative to do this instead of using lua transform?

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@jszwedko
Comment options

@amanmahajan26
Comment options

@jszwedko
Comment options

@JeanMertz
Comment options

Answer selected by JeanMertz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants