I am integrating a Java project to an online feature store using the Serverless Hopsworks (free tier), using version 3.9, its documentation and the java integration tutorial as a guide.
After extense bug fixing, i have noted that the current errors I am debugging extend its scopes past my code, onto the HopsworksConnectionBase class file, giving a Connection Refused message , wich gives me 2 possible options: connection refused because my build is failing as a consequence of a wrong parameter in my connection build, or it refuses because of a chain of missing dependencies that my own code isn't accountable of.
Given this situation, more than asking for a fix to my problem, I wanted to rule out the first option: that the parameters of my build are not the problem. My HopsworksConnection build could only be wrong because of the host param, so what I have came to ask is if this is just a limitation of the free tier (i.e. you can't just use "c.app.hopsworks.ai" as the cluster host), or I need to keep debugging.
Thanks in advance!
I am integrating a Java project to an online feature store using the Serverless Hopsworks (free tier), using version 3.9, its documentation and the java integration tutorial as a guide.
After extense bug fixing, i have noted that the current errors I am debugging extend its scopes past my code, onto the HopsworksConnectionBase class file, giving a Connection Refused message , wich gives me 2 possible options: connection refused because my build is failing as a consequence of a wrong parameter in my connection build, or it refuses because of a chain of missing dependencies that my own code isn't accountable of.
Given this situation, more than asking for a fix to my problem, I wanted to rule out the first option: that the parameters of my build are not the problem. My HopsworksConnection build could only be wrong because of the host param, so what I have came to ask is if this is just a limitation of the free tier (i.e. you can't just use "c.app.hopsworks.ai" as the cluster host), or I need to keep debugging.
Thanks in advance!