IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

Python: Support new consumingReads parameter of spl.endpoint::EndpointSink #2646

Closed markheger closed 3 years ago

markheger commented 3 years ago

A new parameter has been added to the EndpointSink operator in spl toolkit version 1.5.1.

The EndpointSink needs to support this new parameter consumingReads.

SPL standard Toolkit > spl 1.5.1 > spl.endpoint > EndpointSink

consumingReads Indicates whether tuples should be removed from the endpoint buffer after they have been retuned on a REST API call. The default value is false. Properties Type: boolean Cardinality: 1 Optional: true