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

Add definable for codec #1540

Open
Licenser opened this issue Apr 13, 2022 · 2 comments
Open

Add definable for codec #1540

Licenser opened this issue Apr 13, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Licenser
Copy link
Member

Describe the problem you are trying to solve

Right now codecs can't be configured or defined, this means every codec has to be hard coded instead of allowing us to integrate it in the standard library.

Describe the solution you'd like

As with all other defines we would have define codec.

Notes

  • it is worth discussing if we need a create here as it is created when it's used in a connector.
  • it's also worth discussing how we would change the define connector to allow codec configuration
  • No examples are given yet as this is a tracking ticket for now.
@Licenser Licenser added the enhancement New feature or request label Apr 13, 2022
@Licenser Licenser mentioned this issue Apr 13, 2022
6 tasks
@mfelsche
Copy link
Member

To make matters worse, there is a new instance of both codec and postprocessor or preprocessor created for every new stream.

@Licenser
Copy link
Member Author

oh 😭

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