How to coordinate registration of a class with Kryo between two separate spring boot apps?











up vote
0
down vote

favorite












I have multiple spring boot apps, fronted by rest, and I want to speed up serialization between them. Each spring boot rest app has a class that should be the same, but they might be in different packages between the apps. The class might be located at org.example.app1.model.Foo in one app, and it might be at org.example.app2.data.model.Foo in the other app.



This class is not a simple pojo with simple fields, but some fields are other data model objects in our app. So, we are specifically talking about an object graph that gets passed around between spring boot apps in our architecture. I don't know if this is a very important detail for my question, but I want to make sure that this detail is known.



When I register the class for serialization/deserialization with Kryo, how can I ensure that I can send and receive this class via Kryo and make sure that these classes are understood across the various different spring boot services? I would prefer not to create a common module and share the data between them. After all, if they are microservices, they should have their own (separate) data classes.










share|improve this question


























    up vote
    0
    down vote

    favorite












    I have multiple spring boot apps, fronted by rest, and I want to speed up serialization between them. Each spring boot rest app has a class that should be the same, but they might be in different packages between the apps. The class might be located at org.example.app1.model.Foo in one app, and it might be at org.example.app2.data.model.Foo in the other app.



    This class is not a simple pojo with simple fields, but some fields are other data model objects in our app. So, we are specifically talking about an object graph that gets passed around between spring boot apps in our architecture. I don't know if this is a very important detail for my question, but I want to make sure that this detail is known.



    When I register the class for serialization/deserialization with Kryo, how can I ensure that I can send and receive this class via Kryo and make sure that these classes are understood across the various different spring boot services? I would prefer not to create a common module and share the data between them. After all, if they are microservices, they should have their own (separate) data classes.










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have multiple spring boot apps, fronted by rest, and I want to speed up serialization between them. Each spring boot rest app has a class that should be the same, but they might be in different packages between the apps. The class might be located at org.example.app1.model.Foo in one app, and it might be at org.example.app2.data.model.Foo in the other app.



      This class is not a simple pojo with simple fields, but some fields are other data model objects in our app. So, we are specifically talking about an object graph that gets passed around between spring boot apps in our architecture. I don't know if this is a very important detail for my question, but I want to make sure that this detail is known.



      When I register the class for serialization/deserialization with Kryo, how can I ensure that I can send and receive this class via Kryo and make sure that these classes are understood across the various different spring boot services? I would prefer not to create a common module and share the data between them. After all, if they are microservices, they should have their own (separate) data classes.










      share|improve this question













      I have multiple spring boot apps, fronted by rest, and I want to speed up serialization between them. Each spring boot rest app has a class that should be the same, but they might be in different packages between the apps. The class might be located at org.example.app1.model.Foo in one app, and it might be at org.example.app2.data.model.Foo in the other app.



      This class is not a simple pojo with simple fields, but some fields are other data model objects in our app. So, we are specifically talking about an object graph that gets passed around between spring boot apps in our architecture. I don't know if this is a very important detail for my question, but I want to make sure that this detail is known.



      When I register the class for serialization/deserialization with Kryo, how can I ensure that I can send and receive this class via Kryo and make sure that these classes are understood across the various different spring boot services? I would prefer not to create a common module and share the data between them. After all, if they are microservices, they should have their own (separate) data classes.







      spring-boot spring-restcontroller spring-rest kryo






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 19 at 0:40









      Steve Storck

      140110




      140110





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53366933%2fhow-to-coordinate-registration-of-a-class-with-kryo-between-two-separate-spring%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53366933%2fhow-to-coordinate-registration-of-a-class-with-kryo-between-two-separate-spring%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Paul Cézanne

          UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

          Angular material date-picker (MatDatepicker) auto completes the date on focus out