Closed gireeshpunathil closed 4 years ago
I think this is probably because you haven't defined KAFKA_BOOTSTRAP_SERVERS
to point at the address of your Kafka.
See the README here: https://github.com/appsody/stacks/tree/master/incubator/java-spring-boot2/templates/kafka
following the above suggestion solves the issue; thanks!
Describe the bug when deployed an appsody stack of type
spring-boot2 kafka
failed in openshift with the quoted error messageTo Reproduce Steps to reproduce the behavior:
appsody init java-spring-boot2 kafka
appsody run
Expected behavior A clear and concise description of what you expected to happen.
the stack is booted up and running
Actual behaviour
Environment Details (please complete the following information):
If applicable please specify:
0.6.1
spring-boot2 kafka
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
afterwards, the log showed:
not sure what that means
we are building solution builder that builds deployment descriptors and stack images from a graphics based user input. the failure actually was reported when we deployed the generated yaml.