You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have an application that does not run an HTTP server, the OpenShift/Kubernetes metadata generation fails with:
No Openshift manifests were generated (most likely due to the fact that the service is not an HTTP service) so no openshift process will be taking place
It does not fail the build, just do not generate the descriptors and skip the deployment.
Not having an HTTP server is very likely for pure messaging applications that do not expose an HTTP endpoint.
Expected behavior
It should still generate the descriptor and proceed with the deployment.
Actual behavior
It skips the descriptor and deployment.
How to Reproduce?
Use the kafka-quickstart, go to the processor sub-module.
Then run:
Describe the bug
If you have an application that does not run an HTTP server, the OpenShift/Kubernetes metadata generation fails with:
It does not fail the build, just do not generate the descriptors and skip the deployment.
Not having an HTTP server is very likely for pure messaging applications that do not expose an HTTP endpoint.
Expected behavior
It should still generate the descriptor and proceed with the deployment.
Actual behavior
It skips the descriptor and deployment.
How to Reproduce?
Use the kafka-quickstart, go to the
processor
sub-module.Then run:
Output of
uname -a
orver
Darwin bespin.local 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
GraalVM version (if different from Java)
no native involved in this issue
Quarkus version or git rev
main branch (999-SNAPSHOT)
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.8.2
Additional information
No response
quarkusio#19442
The text was updated successfully, but these errors were encountered: