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 relative path support for Protobuf import path #218

Open
stefan-hudelmaier opened this issue Oct 10, 2024 · 0 comments
Open

Add relative path support for Protobuf import path #218

stefan-hudelmaier opened this issue Oct 10, 2024 · 0 comments

Comments

@stefan-hudelmaier
Copy link
Member

Currently, the import path for Protobuf definition files is an absolute one. It would be great if it were possible to specify relative paths here. They would have to be relative to configuration file. Example:

contexts:
    somecontext:
        brokers:
            - broker.example.com:9093
        sasl:
            enabled: true
            mechanism: oauth
            tokenprovider:
                plugin: azure
        tls:
            enabled: true
        protobuf:
            importPaths:
             - ./proto-definitions
            protoFiles:
             - message.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant