You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are explicitly using Protocol Buffers for serialization for inmem druid lookups, which restricts us from using different serialization formats. Create a generic interface so we can have multiple implementations.
The text was updated successfully, but these errors were encountered:
patelh
changed the title
Make the inmem druid lookup serialization generice so we can have multiple implementations
Make the inmem druid lookup serialization generic
Feb 1, 2019
patelh
changed the title
Make the inmem druid lookup serialization generic
Make the RocksDB druid lookup serialization generic
Feb 23, 2019
Right now we are explicitly using Protocol Buffers for serialization for inmem druid lookups, which restricts us from using different serialization formats. Create a generic interface so we can have multiple implementations.
The text was updated successfully, but these errors were encountered: