Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 2

...

Added possibility to have child_struct in the main destination. Dataset structure was changed. a)

Element that has a nested fields should be added to the vocabulary with a rootnodename param. …

"cpaRecord": { "struct_type": "list", "source_format_dialect": {"rootnodename": "COAC_OPTION_record_set", "txnnodename": "", "txnheadernodename": "", "rownodename": "COAC_OPTION_record" }, "vocabulary": { "coacOptionNum": { "path": "COAC_OPTION_NUM" }, "payOutRecord": { "rootnodename": "PAYOUT_record_set"} } }, … b)

Path parameter should be added to the nested node description. Path parameter is the path where the data structure should be nested.

"payOutRecord": { "path": "COAC_OPTION_record_set/PAYOUT_record_set", "struct_type": "list", "source_format_dialect": {"rootnodename": "PAYOUT_record_set", "txnnodename": "", "txnheadernodename": "", "rownodename": "PAYOUT_record" }, "vocabulary": { "payoutType": { "path": "PAYOUT_TYPE" }, "payNum": { "path": "PAY_NUM" } } },

...

SDP-50181 Investigate issue with kafka clusterId

Updated zookeeper version and improved logic of clusterIds

...

Updated the version of Apache Zookeeper and improved the logic related to persisting clusterIds

...