Code Monkey home page Code Monkey logo

Comments (6)

yasserf avatar yasserf commented on August 17, 2024 2

Update, the compat layer is complete and supports both V4 and V3! If your interested I can release an RC, let me know

from deepstream.io-client-java.

yasserf avatar yasserf commented on August 17, 2024 1

Released 4.1 which supports both V3 and V4 clients simultaneously at a small CPU expense. Let me know how it goes!

from deepstream.io-client-java.

xukaifu avatar xukaifu commented on August 17, 2024

We also need it.

from deepstream.io-client-java.

yasserf avatar yasserf commented on August 17, 2024

V4 is fundamentally different to V3 in how the clients are written. This was done intentionally since the initial text protocol was a bit of a pain to work with. There is an effort to create a V3 compatibility layer, however this will not take advantage of alot of the new protocol features. Writing an SDK takes a very long time, and I don't want to run into it similar to the current Java one, but rather take an approach that will be easy to maintain going forward.

The V3 compat layer is a WIP currently, not sure what the ETA is.

from deepstream.io-client-java.

Stumblinbear avatar Stumblinbear commented on August 17, 2024

As a quick request on the side, if you could, in the update, include a way to decode and encode objects using your own Gson object, that would be fabulous. Currently I have it encode it and decode it as JsonElement, then encode/decode that after the fact, however it seems hacky.

from deepstream.io-client-java.

yasserf avatar yasserf commented on August 17, 2024

okay so update, there will be a 4.1 release soon that has a V3 endpoint allowing people to use the text-based protocol. Unfortunately you can't use both V4 and V3 at the same time (unless you use clustering for now). But it still means you can migrate the server easily.

In regards to the Java SDK I'm a little torn. Generally I want to remove all concepts of it having a json library and instead just use strings (serialized json). The only thing we will lose is patches which isn't the end of the world in comparison to how much simpler the SDK will be. However I don't have the time to do any SDK stuff yet =(

from deepstream.io-client-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.