droxit / roxcomposer

This is the droxit microservice framework repository.
GNU Lesser General Public License v3.0
5 stars 0 forks source link

Need to convert JSON data to string before sending request to REST API #112

Open droxit-becker opened 5 years ago

droxit-becker commented 5 years ago

When trying to send a JSON message to ROXcomposer pipeline (post_to_pipeline), only an empty message was received, because the JSON data needs to be converted to a string first. This is not intuitive, so a JSON message should be converted implicitly without an error.

heller-droxit commented 5 years ago

Directly read JSON data from messages sent to pipeline