AXA BrowserAgent data is not consistently appearing. At times the data show up as expected but most of the time they do not.
DX O2
Capacity issue
Apply the below optimization in the Tenant
SYNTAX: kafka-topics.sh --bootstrap-server localhost:9092 --alter --topic <TOPIC NAME> --partitions <PartitionsCount>
./kafka-topics.sh --bootstrap-server localhost:9092 --alter --topic maaBAAggregator_<cohortid> --partitions 8
./kafka-topics.sh --bootstrap-server localhost:9092 --alter --topic axaDecrypted_<cohortid> --partitions 8
./kafka-topics.sh --bootstrap-server localhost:9092 --alter --topic axaIndexer_<cohortid> --partitions 8
./kafka-topics.sh --bootstrap-server localhost:9092 --alter --topic axaIndexerSessionEvents_<cohortid> --partitions 8
./kafka-topics.sh --bootstrap-server localhost:9092 --alter --topic axaUserRetention_<cohortid> --partitions 8
SYNTAX: kubectl scale --replicas=<REPLICAS #> deployment <name> -n <namespace>
kubectl scale --replicas=8 deployment axa-transformer-websdk -n<namespace>
kubectl scale --replicas=8 deployment axa-indexer -n<namespace>
kubectl scale --replicas=8 deployment axa-kibanaindexer -n<namespace>
kubectl scale --replicas=8 deployment axa-userprocessor -n<namespace>
kubectl scale --replicas=2 deployment axa-decryptor -n <namespace>