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

Allow HotRodDecoder to be shared between Netty pipelines

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: