-
Notifications
You must be signed in to change notification settings - Fork 56
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
Zilla doesn't communicate with bitnami/kafka in Taxi demo #690
Comments
Tested against lastest (ZILLA_VERSION=0.9.65) and the issue still exists. |
We have done some analysis on this with @vordimous with various zilla versions to look for regressions and try to narrow down the issue. It looks like there is more than one issue at play here causing a mix of unexpected behaviors:
At this point I suggest that we take the following course of action:
|
Blocked by #719 |
I tried with latest release which has #719 fix and issue doesn't reproduce. |
Describe the bug
Zilla (ZILLA_VERSION=0.9.64) is not brokering messages down to kafka in the Taxi-demo. The same
zilla.yaml
works when pointing to a redpanda instance at the samekafka:9092
address. A separatekafka-init
container is successfully connecting and creating topics in both instances. I have checked the repo at the state before adding the redpanda feature and before the previous dependabot version updates and produced the same results.gRPC messages are on the request topic but are not getting delivered to the response topic:

I updated to the previous version
ZILLA_VERSION=0.9.63
and the issue does not exist.To Reproduce
Steps to reproduce the behavior:
./startup.sh
script/taxi/locations
GET request from the UI never finishes./teardown.sh
./startup.sh --redpanda
scriptExpected behavior
Taxi Demo should function as stated in README
The text was updated successfully, but these errors were encountered: