-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat(jdp): add env vars to enable/configure JDP #804
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks Andrew! Do you think there's value in the operator explicitly setting this new environment variable to false, even though it's false by default?
I had another thought about this for backporting. Should we keep the default as true in the backport for backwards compatibility? |
That's a good idea. I'll set the default to |
0402eed
to
ef0c358
Compare
ef0c358
to
b98695f
Compare
* feat(jdp): add env var to enable JDP * feat(jdp): add env vars for JDP addr and port * enable JDP in development tests * fix(jdp): broken env var checks * default JDP to true for backward compatibility (cherry picked from commit 5fd17e7) # Conflicts: # README.md # pom.xml # run.sh
* feat(jdp): add env vars to enable/configure JDP (#804) * feat(jdp): add env var to enable JDP * feat(jdp): add env vars for JDP addr and port * enable JDP in development tests * fix(jdp): broken env var checks * default JDP to true for backward compatibility (cherry picked from commit 5fd17e7) # Conflicts: # README.md # pom.xml # run.sh * resolve README conflicts * resolve run.sh conflicts * resolve pom.xml conflicts * fixup! resolve README conflicts * fixup! fixup! resolve README conflicts * fixup! fixup! fixup! resolve README conflicts Co-authored-by: Andrew Azores <aazores@redhat.com>
Fixes #803