-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
TCP Stream does not work after migration #10758
Comments
@adcoutinho, can you try setting or with ENV variable: |
Thanks @bungle So I change my config to use Upstreams and it works as expected, whithout
|
Back on this, after I recreate Kong Gateway Nodes with more Stream ports I saw errors again:
If I delete and recreate some TCP Routes those errors almost stop, but when I reboot or recreate the vm they came back for all Stream Listen ports. |
Unfortunately I stumbled with the same problem treated here #10514 as I try to work with six Stream Ports. |
@adcoutinho #10514 was not released yet. The good news is Kong 3.3.0 is around the corner and will include this fix. |
Is this problem solved by #10514 ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry, I forgot to post my feedback. Yes #10514 solved the problem! |
Thanks to everyone involved !!! |
Is there an existing issue for this?
Kong version (
$ kong version
)Kong Enterprise 3.2.2.1
Current Behavior
Hello guys, recently I need to migrate from Kong Gateway OSS 2.8.1 deployed as container in AWS ECS to Kong Enterprise 3.2.2.1 Hybrid Mode on AWS EC2 with Autoscaling Groups, because ECS has a limiting number of ports per container.
After setup the solution all HTTP traffic works as expected, but none of my TCP Streams works anymore.
Right now all HTTP traffic flows through my new environment but TCP stills in the old one.
Steps To Reproduce
Configs
![image](https://user-images.githubusercontent.com/40872089/234645193-a68e5ae8-f792-44e8-b648-70b88f192677.png)
Service:
Route:
![image](https://user-images.githubusercontent.com/40872089/234644832-2367e5d9-4a50-4a6f-9e47-d6548c6e9ad8.png)
Anything else?
error.log:
![image](https://user-images.githubusercontent.com/40872089/234646178-8d83405b-96d5-4f6f-84f7-999367339134.png)
The text was updated successfully, but these errors were encountered: