fresh-garage-83780
06/10/2022, 12:59 PMsyntax = "proto3";
package atech.proto.shared;
message Uuid {
string value = 1;
}
What I'm seeing is its pulling in one topic, then erroring on the second. I think its telling me because of duped shared proto objects:
TypeError: Couldn't build proto file into descriptor pool!
Invalid proto descriptor for file "shared/uuid.proto":
atech.proto.shared.Uuid.value: "atech.proto.shared.Uuid.value" is already defined in file "atech_app_journey_ape_completed-key.proto".
atech.proto.shared.Uuid: "atech.proto.shared.Uuid" is already defined in file "atech_app_journey_ape_completed-key.proto".
Seems that I might have hit this this limitation but can't think of a workaround, so not quite sure where to go from here? Any clues?big-carpet-38439
06/10/2022, 7:01 PMbig-carpet-38439
06/10/2022, 7:01 PMfresh-garage-83780
06/10/2022, 7:02 PMbig-carpet-38439
06/10/2022, 7:04 PMbig-carpet-38439
06/10/2022, 7:04 PMfresh-garage-83780
06/10/2022, 7:05 PMdatasetProperties
aspect for eachbig-carpet-38439
06/10/2022, 7:05 PMbig-carpet-38439
06/10/2022, 7:05 PMfresh-garage-83780
06/11/2022, 4:30 PM