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

New client writing of operation data can be enhanced

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • 15.1.0.Dev06
    • 15.1.0.Dev04
    • Hot Rod
    • None

      New client has tried its best to disconnect writing from the operation. However, we should be able to eliminate even more byte[] allocations for our request by writing to an OutputStream backed by a netty ByteBuf instance. https://github.com/infinispan/protostream/pull/333 should help with this further as it removes the wrapper allocation.

      To fully support not even creating a byte[] instance we will need to enhance the ConsistentHash interface to take a ByteBuf as an argument as well.

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: