Hi, CDPush pros,
I am trying to use the cdpush_consumer_tester sandlet.
cr/278459681,
The proto message I am trying to put in the consumer data is:
It simply sets an int32 value.
But the sandlet when it starts, it can't understand my configuration with error message:
I1105 09:37:29.024612 29060 main consumer_tester_main.cc:72 Setting consumer data:
push_def_name: "test-automation/tap-test-jobs/scheduler"
variable {
name: "scheduler_config_sandman"
value {
data {
type_url: "type.googleapis.com/tap.SchedulerConfiguration"
value: "\"\002\010X"
}
}
}
How I can make the cdpush sandlet understand this proto and can provide startup configuration?
Thank you
Mingyu