Results 42 comments of g41797

looks like dead beef what's the status?

Hey @rupurt, could you please add short description of required flows? (this is also a check that you still need this functionality) i am thinking about possibility to add gRPC...

I'd like to clarify proposed solution: - proto files - definitions of structures and apis - generation of go code for client and server - implementation of go based gRPC...

Supported APIs: ```proto service AdapterService { rpc CreateStation(CreateStationRequest) returns (Status) {} rpc DestroyStation(DestroyStationRequest) returns (Status) {} rpc Produce(stream ProduceMessages) returns (Status) {} rpc Consume(stream ConsumeMessages) returns (stream ConsumeResponse) {} }...

Are we talking about following flow? - Consume events by TBD - Call REST API of Prefect - Part of Memphis adapter or - Dedicated process based on adapter's infrastructure

_*just brainstorming*_ run [automatically docker compose](https://github.com/g41797/sputnik/blob/main/sidecar/starter.go) with cups or ippsample so tests will work with real (almost) print server suitable for e2e test but using TestMain (i hope) it also...

After review, merge and test of #140 may be closed as implemented

[This is an unofficial client for Memphis, written in Rust.](https://github.com/turulix/memphis-rust-community)