Skip to content

Commit

Permalink
feat: Remove MarkAsPushed feature (#159)
Browse files Browse the repository at this point in the history
close #152

Signed-off-by: lenny <leonard.goodell@intel.com>
  • Loading branch information
lenny-goodell authored Jan 8, 2021
1 parent 618621a commit ed155f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/edgexfoundry/app-service-configurable

go 1.15

require github.com/edgexfoundry/app-functions-sdk-go v1.3.1-dev.8
require github.com/edgexfoundry/app-functions-sdk-go v1.3.1-dev.14
5 changes: 1 addition & 4 deletions res/http-export/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[Writable.Pipeline]
UseTargetTypeOfByteArray = false
ExecutionOrder = "FilterByDeviceName, TransformToJSON, HTTPPostJSON, MarkAsPushed"
ExecutionOrder = "FilterByDeviceName, TransformToJSON, HTTPPostJSON"

[Writable.Pipeline.Functions.TransformToXML]
[Writable.Pipeline.Functions.TransformToXML.Parameters]
Expand All @@ -22,9 +22,6 @@
[Writable.Pipeline.Functions.CompressWithZLIB]
[Writable.Pipeline.Functions.CompressWithZLIB.Parameters]
NoOp = "" # Must have at least one parameter for function to be populated in Consul
[Writable.Pipeline.Functions.MarkAsPushed]
[Writable.Pipeline.Functions.MarkAsPushed.Parameters]
NoOp = "" # Must have at least one parameter for function to be populated in Consul
[Writable.Pipeline.Functions.FilterByDeviceName]
[Writable.Pipeline.Functions.FilterByDeviceName.Parameters]
DeviceNames = ""
Expand Down
5 changes: 1 addition & 4 deletions res/mqtt-export/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MaxRetryCount = 10

[Writable.Pipeline]
ExecutionOrder = "TransformToJSON, MQTTSecretSend, MarkAsPushed"
ExecutionOrder = "TransformToJSON, MQTTSecretSend"

[Writable.Pipeline.Functions.TransformToXML]
[Writable.Pipeline.Functions.TransformToXML.Parameters]
Expand All @@ -21,9 +21,6 @@
[Writable.Pipeline.Functions.CompressWithZLIB]
[Writable.Pipeline.Functions.CompressWithZLIB.Parameters]
NoOp = "" # Must have at least one parameter for function to be populated in Consul
[Writable.Pipeline.Functions.MarkAsPushed]
[Writable.Pipeline.Functions.MarkAsPushed.Parameters]
NoOp = "" # Must have at least one parameter for function to be populated in Consul
[Writable.Pipeline.Functions.FilterByDeviceName]
[Writable.Pipeline.Functions.FilterByDeviceName.Parameters]
DeviceNames = ""
Expand Down

0 comments on commit ed155f3

Please sign in to comment.