Closed wiegell closed 5 months ago
The only way to get customProperties seems to be as marshalled Json. Shouldn't there be a GetCustomProperty or GetCustomProperties method on StreamMetadata too?
GetCustomProperty
GetCustomProperties
StreamMetadata
type StreamMetadata struct { maxCount []uint64 maxAge []time.Duration truncateBefore []uint64 cacheControl []time.Duration acl []interface{} customProperties map[string]interface{} }
@wiegell Thanks for reporting this.
The patch is available on version v4.1.0
v4.1.0
Thanks for the quick resolution!
The only way to get customProperties seems to be as marshalled Json. Shouldn't there be a
GetCustomProperty
orGetCustomProperties
method onStreamMetadata
too?