From f5d1d49a71b6e82fa6bbf3b7f707e0d3350d1a96 Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Mon, 7 Sep 2020 19:23:22 -0300 Subject: [PATCH 1/4] Create payload-example.json --- resources/payload-example.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 resources/payload-example.json diff --git a/resources/payload-example.json b/resources/payload-example.json new file mode 100644 index 0000000..687b7c9 --- /dev/null +++ b/resources/payload-example.json @@ -0,0 +1,17 @@ +{ + "harena-log-stream-version":1, + "harena-log-stream":[ + { + "topic":"", + "payload":{ + "keyA":"value" + } + }, + { + "topic":"", + "payload":{ + "keyB":"value" + } + } + ] +} From a62a450c41cfb2fca7b33cdead9eb8379755da87 Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Mon, 7 Sep 2020 19:27:52 -0300 Subject: [PATCH 2/4] Update payload-example.json --- resources/payload-example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/payload-example.json b/resources/payload-example.json index 687b7c9..4fc8d65 100644 --- a/resources/payload-example.json +++ b/resources/payload-example.json @@ -1,4 +1,4 @@ -{ +json='{ "harena-log-stream-version":1, "harena-log-stream":[ { @@ -14,4 +14,4 @@ } } ] -} +}' From 64969b52c15d232979cfa4dde249ac034001d856 Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Mon, 7 Sep 2020 19:30:28 -0300 Subject: [PATCH 3/4] Update payload-example.json --- resources/payload-example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/payload-example.json b/resources/payload-example.json index 4fc8d65..687b7c9 100644 --- a/resources/payload-example.json +++ b/resources/payload-example.json @@ -1,4 +1,4 @@ -json='{ +{ "harena-log-stream-version":1, "harena-log-stream":[ { @@ -14,4 +14,4 @@ json='{ } } ] -}' +} From 048faab9014efde8a2d5584fc13fcb316b533952 Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Mon, 7 Sep 2020 19:32:55 -0300 Subject: [PATCH 4/4] Update payload-example.json --- resources/payload-example.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/resources/payload-example.json b/resources/payload-example.json index 687b7c9..4eaa462 100644 --- a/resources/payload-example.json +++ b/resources/payload-example.json @@ -1,17 +1 @@ -{ - "harena-log-stream-version":1, - "harena-log-stream":[ - { - "topic":"", - "payload":{ - "keyA":"value" - } - }, - { - "topic":"", - "payload":{ - "keyB":"value" - } - } - ] -} +{"harena-log-stream-version":1,"harena-log-stream":[{"topic":"","payload":{"keyA":"value"}},{"topic":"","payload":{"keyB":"value"}}]}