dragonemp

Results 3 comments of dragonemp

well, i would imagine to allow "type": "uuidstring" in schema setting, something like that, for example: { "schema": { "type": "struct", "fields": [ { "type": "int64", "optional": false, "field": "registertime"...

or same as what you did for date fields: connect.mongo.json_datetime_fields=registertime something like connect.mongo.json_uuid_fields=userid

also if there's a way to specify which binary type the bytes field is for, then it's good. i tried json with schema, set a field as bytes, and the...