Yunfan Zhong
Yunfan Zhong
Hi, is this work still going on?
Thanks. A few follow up questions: 1. How to disable stencil? 2. I assume if deployed to a flink 1.9 cluster, we can also disable stencil when proto classes are...
I copied generated classes of `TestMessage.proto` to the `src/main/java` of dapper-common. `runFlink` target could start flink and listen to kafka topic. I chose the `io.odpf.dagger.consumer.TestNestedRepeatedMessage` as the schema for the...
I tried a simple message definition and the job still crashes. ``` message TestSimpleEvent { string user_id = 1; string event_name = 2; google.protobuf.Timestamp event_timestamp = 3; } ```