Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-16092 Queues for Kafka
  3. KAFKA-16950

Define Persister and Share Coordinator RPCs

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      Add Persister interface with schemas for RPCs. The classes which are needed by SharePartition to integrate are below, note some of them results from the generated json schema classes.

       

       

      import org.apache.kafka.server.group.share.GroupTopicPartitionData;
      import org.apache.kafka.server.group.share.PartitionAllData;
      import org.apache.kafka.server.group.share.PartitionErrorData;
      import org.apache.kafka.server.group.share.PartitionFactory;
      import org.apache.kafka.server.group.share.PartitionIdLeaderEpochData;
      import org.apache.kafka.server.group.share.PartitionStateBatchData;
      import org.apache.kafka.server.group.share.Persister;
      import org.apache.kafka.server.group.share.PersisterStateBatch;
      import org.apache.kafka.server.group.share.ReadShareGroupStateParameters;
      import org.apache.kafka.server.group.share.ReadShareGroupStateResult;
      import org.apache.kafka.server.group.share.TopicData;
      import org.apache.kafka.server.group.share.WriteShareGroupStateParameters;
      import org.apache.kafka.server.group.share.WriteShareGroupStateResult; 

       

       

      Attachments

        Issue Links

          Activity

            People

              schofielaj Andrew Schofield
              apoorvmittal10 Apoorv Mittal
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: