Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-13322

Java client produces a large amount of garbage during a poll

    XMLWordPrintableJSON

Details

    Description

      The java kafka consumer creates multiple collections during a single poll command: in my test system i have a consumer that polls a topic with 100 partitions and even though no messages are coming through, the code allocates around 100M per 5 minutes.
       
      I've investigated the allocations and the biggest ones can be easily avoided by moving them to the instance level, something that can be done as KafkaConsumer is not thread safe. Purpose of this Jira is to get rid of most of them applying either this or a similar approach.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              michail Michail
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: