dalmatinerdb / ddb_client

MIT License
11 stars 6 forks source link

Ability to set bucket resolution from client #3

Closed davecromberge closed 8 years ago

davecromberge commented 8 years ago

Additional stream/4 function to allow the client to set the bucket resolution on stream write. Wasn't sure how to overcome the duplication between added function and stream/3 variant. Also, when a different resolution is set to a pre-existing resolution, an error is not signalled to the client. This is similar behaviour to when a point is written that cannot dproto:decode on write .

Relates to https://github.com/dalmatinerdb/dalmatinerdb/issues/64

Licenser commented 8 years ago

looks good :)

Licenser commented 8 years ago

Tagged and uploaded tahnks mate!