John-John Tedro

Results 384 comments of John-John Tedro

Might be worth looking at what and how cargo does it?

The reproto codebase needs to be modernized a bit and bump some dependencies. I'm doing that work right now (it should be fairly straight forward). One thing that's clear is...

Thank you! Like I mentioned in #117 I'm trying to ensure everything works before baking a proper release. Right now I'm running all the integration tests and catching any issues...

Hey, Thanks for giving this some thought! There are two high-level approaches that can be taken here: * First-class, syntactic support for HTTP endpoints. * Metadata (options, attributes) associated with...

Agreed on all counts. Putting it behind a feature flag is a good way to introduce it through experimentation. The existing module system would be suitable for that.

We now have type-checked attributes: https://github.com/reproto/reproto/blob/master/examples/src/io/reproto/toystore.reproto#L84 I've also started putting together client-side codegen for okhttp (Java) here: https://github.com/reproto/reproto/blob/master/lib/backend-java/src/module/okhttp.rs

A number of test cases have been added which is working towards getting HTTP support through various frameworks. The code at least in Java and Python has been sufficiently cleaned...

@nezdolik Go ahead! If there's anything, don't hesitate to ask!

Some notes on how the process of building a new backend works: Install the Dart SDK from: https://www.dartlang.org/tools/sdk/archive Note: You need to have the `dart` command in your PATH. Make...

Hey, The setup I'd recommend is building metadata straight from the pipeline, sort of suggestion number three. Assuming you are using a Kafka setup: - Setup consumer in each DC...