Ollie Muir
Ollie Muir
#### Expected behavior The `pulsar_client_consumer_processing_time_seconds` metric should contain observations of the time it takes a consumer to process messages. #### Actual behavior The observations are wrong. They have values of...
Names produced by `avrogo` do not follow idiomatic Go capitalisation/initialisation rules. (e.g. use `ID` rather than `id` or `Id`). This can be reproduced with the following schema ``` { "name":...
Fixes #126 This PR adds support for generating idiomatic names with `avrogo`. There is no change in behavior unless new flags are used: - `-goinitialisms` turns on the new behaviour...
**Actual behavior** Using `-mock_names` option does not alter the name of `...Call` structs. e.g. `mockgen -typed=true -mock_names=Writer=OtherWriter io Writer` generates ``` // WriterWriteCall wrap *gomock.Call type WriterWriteCall struct { *gomock.Call...