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

Indexer cannot target individual protobuf entities

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 12.0.0.Dev05
    • Embedded Querying
    • None
    • Undefined

    Description

      Operations executed by the indexer can only target java classes

      CompletionStage<Void> remove(Class<?>... entities);
      

      But when protobuf entities are indexed, all the types have class defined as byte[].class,
      and to target them, the duo class name + entity name is required.

      Attachments

        Activity

          People

            gfernand@redhat.com Gustavo Fernandes (Inactive)
            gfernand@redhat.com Gustavo Fernandes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: