Sebastian Bucki

Results 2 issues of Sebastian Bucki

It is now possible to view message passing inside each node in the cluster on the epl_traffic tab. In general, you can click on other nodes (not just default) and...

enhancement

``` iex(4)> Flex.API.create_db("my_db", host: "http://localhost:8086") ** (BadMapError) expected a map, got: [host: "http://localhost:8086"] (elixir) lib/map.ex:667: Map.drop([host: "http://localhost:8086"], []) (flex) lib/flex/api.ex:286: Flex.API.check_params/3 (flex) lib/flex/api.ex:234: Flex.API.do_post_to_read_endpoint/4 ``` ``` iex(9)> Flex.API.get_databases(host: "http://localhost:8086") **...