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

Inconsistent subscriber behaviour #532

Open
stephb9959 opened this issue Sep 12, 2022 · 1 comment
Open

Inconsistent subscriber behaviour #532

stephb9959 opened this issue Sep 12, 2022 · 1 comment

Comments

@stephb9959
Copy link

stephb9959 commented Sep 12, 2022

Hi,

We are just starting to use brod and we really like it. We have found a possible issue and looking for either confirmation or help troubleshooting it.

Issue: erlang app running on a laptop (OSx M1) using brod code working perfectly using this remote AWS deployed Kafka server. Moving the same app, on the server where Kafka is running, causes the subscribers to no longer receive messages. The producers are still working fine. There are several C++ apps using the same Kafka server running also on the server without any issue. These apps consume/produce messages (have been working for 2+ years). Kafka server is running in AWS.

So we have ruled out networking issues as all ports are reachable and open. We are just wondering if there are known issues, or how can we further troubleshoot the issue.

Everything is running Erlang 25.0.4. Compiling using erlang.mk. Using master branch in brod.
Kafka is running on a Debian (buster) server running in AWS.

Code available: https://github.com/AriliaWireless/erltipbase

Thanks

@zmstone
Copy link
Contributor

zmstone commented Oct 23, 2022

Hi.

Moving the same app, on the server where Kafka is running, causes the subscribers to no longer receive messages.

I'm afraid I need more information, were there any logs ?
did it work in the beginning but laster stopped working? or it does not start working at all ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants