Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our new feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Status Tell us more
Product PI Integrators
Created by Guest
Created on Aug 16, 2022

Expose additional Kafka target configuration options

To accommodate high frequency messages to Apache Kafka brokers, additional tuning of Kafka producers can be necessary to prevent high CPU and Disk I/O load. The PI Integrator should expose these parameters to allow users the ability to adjust their system as necessary. The following are common parameters that would allow for this: - Batch Size (batch.size) - Linger time (linger.msg) - Buffer memory (buffer.memory) - LZ4 compression Additionally, many projects may require that acknowledgements be sent back to the producer to confirm that they were properly received. The PI Integrator should provide the option as for whether or not it will wait for an acknowledgement to be sent back and retry if one was not received. This could be done with the "acks" producer configuration option.
  • Attach files
  • Guest
    Reply
    |
    Aug 16, 2022
    acks (https://docs.confluent.io/platform/current/installation/configuration/producer-configs.html#producerconfigs_acks; https://kafka.apache.org/documentation/#producerconfigs_acks)