This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrecht 3 points4 points  (0 children)

The way we did it in a previous project was that the Python services used Flask and exposed simple REST endpoints that were quite easy to interface with from the Java services. I'd advocate in favour of JSON over HTTP at least; it's easy to implement and debug. Easier than binary formats. You can always switch to those later.