References
- CPS-1298Getting issue details... STATUS
Kafka Topic Configurations for Confluent Platform | Confluent Documentation
Assumptions
# | Assumption | Notes |
---|---|---|
1 | Partition count and Replica count are been configured at the cluster level. | Partitions : 10 Replicas : 3 |
Issues & Decisions ( ncmp-events )
- We publish the Lifecycle Management Events to this topic whenever there is change in the CmHandleState.
# | Issue | NotesĀ | Decision |
---|---|---|---|
1 | Throughput | Number of messages produced in a certain amount of time | |
2 | Retention Time | How long to keep the messages in the kafta topic before(deleting/compacting it)? | |
3 | Segment Bytes | Segment file size (look into docs at the time of discussion) | |
4 | Access Control | Which user has access to Read , Write from the topic? | |
5 | Consumer Groups | Does CPS team define the consumer group name or the consuming application. |
Issues & Decisions ( ncmp-async-m2m )
- This topic is currently used for the async communication. (update more details)
# | Issue | NotesĀ | Decision |
---|---|---|---|
1 | Throughput | Number of messages produced in a certain amount of time | |
2 | Retention Time | How long to keep the messages in the kafta topic before(deleting/compacting it)? | |
3 | Segment Bytes | Segment file size (look into docs at the time of discussion) | |
4 | Access Control | Which user has access to Read , Write from the topic? | |
5 | Consumer Groups | Does CPS team define the consumer group name or the consuming application. |