The first and third event in the records list do contain a properties array, which contains raw text not encapsulated in ":
"properties": [
218 B blob data
],
When the Azure Eventhub input tries to decode this JSON message it fails due to the syntax error in the JSON and subsequently is not able to extract the single events stored in the records list.
While this issue is clearly caused by the Azure Service, it would be great if the Eventhub input could handle this kind of malformed JSON.
For confirmed bugs, please report:
Flexible Azure Database for PostgreSQL-Server sends invalid JSON like this:
The first and third event in the
records
list do contain aproperties
array, which contains raw text not encapsulated in"
:When the Azure Eventhub input tries to decode this JSON message it fails due to the syntax error in the JSON and subsequently is not able to extract the single events stored in the
records
list. While this issue is clearly caused by the Azure Service, it would be great if the Eventhub input could handle this kind of malformed JSON.