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

provide an option to select transport #97

Open
ffang opened this issue Apr 3, 2020 · 0 comments
Open

provide an option to select transport #97

ffang opened this issue Apr 3, 2020 · 0 comments
Labels

Comments

@ffang
Copy link

ffang commented Apr 3, 2020

currently in the generated camel-context.xml, the jetty transport is used like

<restConfiguration component="jetty" host="localhost" port="8080" bindingMode="json">
        </restConfiguration>

Would be handy to provide an option so that we can select which transport whe want to use for Rest DSL(undertow/servlet, etc)
like

<restConfiguration component="servlet" host="localhost" port="8080" bindingMode="auto">
        </restConfiguration>
@ffang ffang added the feature label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant