-
Notifications
You must be signed in to change notification settings - Fork 10
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
Status of this Java Client SDK ?!? #2
Comments
We certainly do wish to have all our clients up to date. However, writing and maintaining multiple SDKs is very time consuming, so we have to focus our efforts on the most demanded ones. The Go SDK is up to date, I'm just done updating the Python one, and I'm currently busy updating the C# version (should be done this week). I think there are just a couple of stuff I need to add to the Javascript SDK. Now, honestly, you are not the first, but still one of the firsts to complain about the Java SDK, that's why it wasn't a priority to update it. As you said, it's an open-source project, and we are always happy to receive contributions. For example, the Dart and Angular libs are external contributions. |
Thank you for your fast and informative response. In the first place, this signals a "living project" and that we agree on the ultimate goal of having all clients up to date. Perfect. A table with features/status of each SDK would be a first step. Regarding Java/Android: by simply looking at the number of devices out there, Java/Android is IMHO the must have SDK besides web. I think it's not only me who would honor an up to date SDK here. You already mentioned Issue#91 but I'm sure theres way more. Java/Android could give you a real boost compared to your competitors. I also commented in Android Platform Support #91 as I don't understand some of the details mentioned there. |
I spent some more hours on finding a "realtime pub/sub solution" for my requirements:
On a first glance, it looks like there are a lot of options. But like one year ago, I ended up with:
Why do I tell this?
|
One more thing... You said: Go, Python, C# (all based on Paho) and Javascript SDKs are (almost) up-to-date --> PERFECT! Looking at your Python implementation, am I right that we basically "just" need to port Most important: How long would this roughly take for you as an expert in Emitter/MQTT/other SDKs? I am just asking to get a feeling how much time I would need because at the moment this seems like my best option out of the 3 possibilities mentioned above. Thanks for your time and support. |
I haven't touched a line of Java since school. First, I'm going read and understand the previous version thoroughly (doesn't look like there is so much to read, but I don't know). I'll probably need to integrate a newer version of the MQTT lib. Only then I'll start updating Emitter, and testing. Finally, you mentioned Gradle, well I have no idea how to package a java application. It's difficult for me to evaluate but it's for me at least several full days of work. If you know Java well, you know how to package, and you read the Python version to understand how Emitter works, maybe 3 full days for you? |
I am currently evaluating emitter.io as an alternative to deepstream which has some outdated and buggy client SDKs, especially when it comes to Java/Android.
First, I was very happy when I read about the concepts of emitter.io and excited to give it a try. But now that I see this 4 year old Java SDK I am really frustrated. :-( It cannot be integrated in Android as a simple Gradle dependency, the API seems to be outdated compared to the Javascript SDK, it only has 4 stars (???), ...
All in all, this does not seem worth an evaluation at all.
And again (like with deepstream) I am asking myself WHY IS THIS? Why are you obviously not caring about Java/Android? Or am I missing something?
Are there any plans for updating this SDK?
The text was updated successfully, but these errors were encountered: