number-of-worker-treads: 50
# If the file name is empty, no authorization token is used
auth-token-file: /token-cache/jwt.txt
- # If specified, this value will be used as a class to map the fileready event from kafka
- # If this is empty, default filereadymessage class will be used
+ # This controls the format used for processing the file-ready messages
+ # Example values:
+ # file-ready-message-class: "" (empty) -> Default format(org.oran.datafile.model.DefaultFileReadyMessage)
+ # file-ready-message-class: "TS28532" (Not empty) -> org.oran.datafile.model.TS28532FileReadyMessage
file-ready-message-class:
# KAFKA boostrap servers. This is only needed if there are Information Types that uses a kafkaInputTopic
# several redundant boostrap servers can be specified, separated by a comma ','.
# ============LICENSE_START===============================================
# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
-# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+# Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
# ========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
- name: KAFKA_SERVER
value: kafka-1-kafka-bootstrap.nonrtric:9097
+ # This property controls the data format used for the conversion
+ # Example values:
+ # DATA_TYPE_FORMAT = "" -> older 4G/Default Measurement file format
+ # DATA_TYPE_FORMAT = "TS28532" -> 5G/3GPP-TS-28.532 Measurement file format
+ - name: DATA_TYPE_FORMAT
+ value: ""
- name: ICS
value: informationservice.nonrtric:8083
- name: SELF
# ============LICENSE_START===============================================
# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
-# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+# Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
# ========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
- name: KAFKA_SERVER
value: kafka-1-kafka-bootstrap.nonrtric:9097
+ # This property controls the data format used for the conversion
+ # Example values:
+ # DATA_TYPE_FORMAT = "" -> older 4G/Default Measurement file format
+ # DATA_TYPE_FORMAT = "TS28532" -> 5G/3GPP-TS-28.532 Measurement file format
+ - name: DATA_TYPE_FORMAT
+ value: ""
- name: ICS
value: informationservice.nonrtric:8083
- name: SELF
# ============LICENSE_START===============================================
# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
-# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+# Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
# ========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
- name: KAFKA_SERVER
value: kafka-1-kafka-bootstrap.nonrtric:9097
+ # This property controls the data format used for the conversion
+ # Example values:
+ # DATA_TYPE_FORMAT = "" -> older 4G/Default Measurement file format
+ # DATA_TYPE_FORMAT = "TS28532" -> 5G/3GPP-TS-28.532 Measurement file format
+ - name: DATA_TYPE_FORMAT
+ value: ""
- name: ICS
value: informationservice.nonrtric:8083
- name: SELF