mathianasj

Results 6 comments of mathianasj

before.proto ``` syntax = "proto3"; package com.example; message Person { int32 id = 1; string firstName = 2; string lastName = 3; } ``` after.proto ``` syntax = "proto3"; package...

@EricWittmann see my reproducer and sample test with output

Going to review if this was completed as part of or #82

I will take a look today to make sure it is present

I figured out the problem I missed in the documentation that if installed on openshift I did not create an IP once I removed it everything started working.