Skip to content

Commit

Permalink
Added java options to protobuf file
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaugher committed Mar 28, 2019
1 parent cec7cf5 commit 60a2ced
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kafkapixy.proto
@@ -1,6 +1,11 @@
syntax = "proto3";
option go_package = "pb";

// Java Options
option java_multiple_files = true;
option java_package = "mailgun.kafkapixy";
option java_outer_classname = "KafkaPixyProto";

service KafkaPixy {
// Produce writes a message to a Kafka topic.
//
Expand Down

0 comments on commit 60a2ced

Please sign in to comment.