-
Notifications
You must be signed in to change notification settings - Fork 83
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
Connection to Influx database via UDP #4
Comments
Hello, Could you help me on this issue? Thanks |
Hi, Raunak I've considered your issue for several days. Here're my solutions as below:
2 Add administration service to handle db creation.
3 Deploy
4 More solutions are on the way.....
Thank you once more. Orca |
Hi, I think you can also consider to use measurement to do the db-like separation such like add some db prefix for measurement's name inside the SDK. Thanks |
Is this still a problem? 这仍然是一个问题吗? |
Hi,
I was trying to access influx database via UDP but cannot succeed. The situation here is that I have a specific database name which I have to access everytime, but via UDP connection there is no option to provide a database name. Also what needs to be changed in the influx.conf file for UDP configuration settings?
I tried the my project with HTTP and all works fine. Thanks for that. But I would really love to use UDP for my connection as it is much faster and has less overheads.
Thanks and waiting for your response.
Regards
rG
The text was updated successfully, but these errors were encountered: