babashka / pods

Pods support for JVM and babashka
Eclipse Public License 1.0
122 stars 12 forks source link

Support :transport option #22

Open borkdude opened 4 years ago

borkdude commented 4 years ago

Transport indicates the message format which is currently only bencode.

Note that you can then combine transit payloads within edn messages, since the payload format is specified in the describe op reply.

Users will have to know which :transport option a pod supports, which should be documented in their README. If nothing is stated, :transport :bencode is assumed.

borkdude commented 4 years ago

Transport is the wrong name. It should say :format :edn which means message format EDN?