Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7765

Allow HotRodDecoder to be shared between Netty pipelines

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • None
    • None
    • None
    • None

    Description

      Currently HotRodDecoder instance can not be shared between Netty pipelines as HotRodEncoder. Currently each pipeline creates its own instance by calling:

      server.getDecoder()
      

      in NettyChannelInitializer#initializeChannel. We could probably make it a bit more efficient (or limit allocation rate at least) if we allow sharing single instance between pipelines.

      Attachments

        Activity

          People

            wburns@redhat.com Will Burns
            slaskawi@redhat.com Sebastian Ɓaskawiec (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: