5G CHF CDR Generation Interface With Kafka
(Doc ID 2925323.1)
Last updated on FEBRUARY 23, 2023
Applies to:
Oracle Communications BRM - Elastic Charging Engine - Version 12.0.0.4.0 and laterInformation in this document applies to any platform.
Goal
Currently the Call Detail Record (CDR) generation with Kafka does not allow any configuration of:
1. Target Topic Name
2. Number of partitions (if auto creation of topic)
3. Compression method (one of the supported by Kafka)
4. Standard Kafka security setting : SSL, SASL, SCRAM, etc
5. Other producer config param
See https://kafka.apache.org/23/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html
Furthermore, in order to avoid receiving CDRs in disorder by consumers in a group, a partition key must be using the ServiceID from the JSON Payload.
Query:How to avail these features?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |