Hi,
I'm trying to test HV-VES collector and i'm using the xnf-simulator to do it.
As a input to the simulator i'm sending the following configs
(xnf-valid-messages-request.json):
[
{
"commonEventHeader": {
"version": "sample-version",
"domain": "perf3gpp",
"sequence": 1,
"priority": 1,
"eventId": "sample-event-id",
"eventName": "sample-event-name",
"eventType": "sample-event-type",
"startEpochMicrosec": 120034455,
"lastEpochMicrosec": 120034455,
"nfNamingCode": "sample-nf-naming-code",
"nfcNamingCode": "sample-nfc-naming-code",
"reportingEntityId": "sample-reporting-entity-id",
"reportingEntityName": "sample-reporting-entity-name",
"sourceId": "sample-source-id",
"sourceName": "sample-source-name",
"vesEventListenerVersion": "7.2.0"
},
"messageType": "VALID",
"messagesAmount": 5000
}
]
As a result of this request the simulator sends the messages to the collecor
and i'm able to consume and decode the kakfa topic. The output is:
1 {
1: "sample-version"
2: "perf3gpp"
3: 1
4: 1
5: "sample-event-id"
6: "sample-event-name"
7: "sample-event-type"
8: 120034455
9: 120034455
10: "sample-nf-naming-code"
11: "sample-nfc-naming-code"
13: "\261\251\251\225\357\253z\232+\266)\340\371\351\355\212\334\276\211"
14: "sample-reporting-entity-name"
15: "\261\251\251\225\357\254\242\352\334{\350\235"
16: "sample-source-name"
18: "7.2.0"
}
2: "kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$2@6d86a19a
As far as i know the eventsFields payload isn't the expected output.
Can you help me to debug this or indicate some (kind of) documentation??
Best regards
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18382): https://lists.onap.org/g/onap-discuss/message/18382
Mute This Topic: https://lists.onap.org/mt/32679161/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-