Gert Cuykens
Gert Cuykens
Only a client example but not a server example or did I mis something?
Maybe have a look at the format, if you can spot improvements. I think the geo community need desperately a format for heavy lifting and streaming geo data. Geojson and...
You can find the proto files at https://github.com/protocolbuffers/protobuf/tree/master/src/google/protobuf
kafkacat -C -b 127.0.0.1:9092 -t test_topic ``` %3|1509902329.177|PROTOERR|rdkafka#consumer-1| [thrd:127.0.0.1:9092/bootstrap]: 127.0.0.1:9092/1: Remaining data after message set parse: 164 bytes ^C%3|1509902329.278|PROTOERR|rdkafka#consumer-1| [thrd:127.0.0.1:9092/bootstrap]: 127.0.0.1:9092/1: Protocol parse failure at 4/168 (rd_kafka_fetch_reply_handle:2749) (incorrect broker.version.fallback?) ```
kafkacat -C -b 127.0.0.1:9092 -t test_topic ``` %3|1509902328.974|PROTOERR|rdkafka#consumer-1| [thrd:127.0.0.1:9092/bootstrap]: 127.0.0.1:9092/1: Remaining data after message set parse: 164 bytes %3|1509902329.076|PROTOERR|rdkafka#consumer-1| [thrd:127.0.0.1:9092/bootstrap]: 127.0.0.1:9092/1: Protocol parse failure at 4/168 (rd_kafka_fetch_reply_handle:2749) (incorrect broker.version.fallback?) ```
https://www.typescriptlang.org/docs/handbook/tsconfig-json.html > Please note that the compiler does not include files that can be possible outputs; e.g. if the input includes index.ts, then index.d.ts and index.js are excluded. In general,...
Yep that would be perfect. Maybe ommit `service=true` when using `service_out=./pkg` if possible, because service will always be true when using service out? ``` protoc -I=. grpc.proto \ --js_out=import_style=commonjs,binary:./pkg \...
Nope [email protected] still can't separate typescript files form js files each in there own directory
I am split on this I assume some people do and some people don't?
Ok you convinced me but is it actually possible to do so? Looking at the code I have no idea how to prevent this from happening as far as I...