Kafka CDR Consumer Engine Connection Properties

You can specify an engine client connection in the Kafka CDR Consumer Helm chart. Kafka CDR Consumer Engine Client Connection Properties describes the properties that configure an engine client connection for Kafka CDR Consumer.

Table 1. Kafka CDR Consumer Engine Client Connection Properties
Property Description
configuration.engine.requestTimeout The timeout duration of each request, in seconds, for example, 5s.
configuration.engine.autoPing An indicator of whether to ping the server in the background (true or false).
configuration.engine.pingInitialDelay The initial delay duration, in milliseconds, before the first ping, for example, 100ms.
configuration.engine.codec.debug An indicator of whether to turn on debug mode for low-level packet inspection (true or false).
configuration.engine.codec.encodingType The MDD payload encoding type. Possible values are:
The following is an engine configuration example:
configuration:
  engine:
    host: "engine.host"
    port: 4060
    pingInitialDelay: 250ms
    codec:
      debug: false
      encodingType: CMDC