BillyDotWS
BillyDotWS
RRailway
Created by BillyDotWS on 10/14/2024 in #✋|help
Multiple attempts required to resolve kafka broker internal domain
29 replies
RRailway
Created by BillyDotWS on 10/7/2024 in #✋|help
Sealed variables aren't available to container
Seems like my variables aren't being made available to the container when I'm sealing 'em. Value becomes null (or doesn't make it to the container at all - not sure which) and throws errors as a result.
30 replies
RRailway
Created by BillyDotWS on 10/6/2024 in #✋|help
Internal MongoDB connection string failing to connect
Only happening recently, was working fine yesterday without any code/connection details change:
Unhandled error occurred Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=mongodb.railway.internal:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketException: mongodb.railway.internal}, caused by {java.net.UnknownHostException: mongodb.railway.internal}}] MongoTimeoutException
Unhandled error occurred Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=mongodb.railway.internal:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketException: mongodb.railway.internal}, caused by {java.net.UnknownHostException: mongodb.railway.internal}}] MongoTimeoutException
4 replies