|
|
|
|
|
by equark
5438 days ago
|
|
Thanks for the detailed response. First, I'm glad you guys are doing this. It's great, I didn't mean to be overly negative. I'd just lean towards having sensible defaults, so that first experience is: var client = new RiakClient() I just get nervous when I see what seems like should being a very simple API using ConnectionFactory and company. |
|
As a quick side-node something as simple as:
is nice, but has to infer a _lot_ from the world. We could write a lot of code to make sure that it's smart enough to pull all the details from the default locations or we could let people tell us where to look. We went for the latter, as it's much safer to be told than to pull config from the wrong spot.Again, we'll look to improve this, particularly as we get more feedback from people using the library.
Thanks!