carvalhorr / protoc-gen-mock

47 stars 11 forks source link

Allow recordings of duplicate stubs #35

Closed carvalhorr closed 4 years ago

carvalhorr commented 4 years ago

Currently recordings and stubs stores share the same underlying implementation. Since the store was designed to support storing stubs it does not allow duplicate stubs (a stub is a duplicate if it has the same request and metadata).

When storing recordings it is needed to store duplicates.