replicase / pgcapture

A scalable Netflix DBLog implementation for PostgreSQL
Apache License 2.0
220 stars 31 forks source link

feat: configure params support different type #51

Closed KennyChenFight closed 1 year ago

KennyChenFight commented 1 year ago

In the previous implementation, extract func only extract string value. But client still can send different type in the params, we can not extract correct value. Therefore, I modify extract func to return map[string]*structpb.Value.