GithubHelp home page GithubHelp logo

consul's Introduction

Oh hi! 👋

I'm Rob (he/him), an old time computer guy from Australia with interests in storage, hardware, operating systems, infrastructure software, embedded systems, networks and everything in between.

These days I'm working on OpenZFS, because there's a lot of data out there and it'd be nice not to lose any of it.

Let's build OpenZFS together!

OpenZFS is an open-source project with no single company behind it, and so lives or dies through the generous support of its users. But, the needs of corporate users with massive amounts of storage hardware and money to spend are often not the same as what small organisations or power users want. The parts of OpenZFS that support those users often don’t get much work because there’s no company interested in funding it, and individuals can rarely afford to hire a developer directly.

This is where you can help. I want to put some of my time into the unloved parts of OpenZFS and the surrounding community, to make sure it remains a viable option for anyone who is serious about their data. This takes many forms, from making sure OpenZFS works well as newer operating system updates arrive, to making sure lesser used features continue to work well; from answering questions and taking ideas, to presenting at user groups and conferences.

These things take time, money, or both, and your support will allow me to help keep OpenZFS available as a modern, powerful data storage platform for all kinds of data and all kinds of users.

Sponsor Rob on GitHub Sponsor Rob on Ko-fi

consul's People

Contributors

bluefeet avatar mmcclimon avatar robn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

consul's Issues

0.7 KV transaction API

Hello, this is a friendly reminder that 0.7.0 was released about a week ago.

The main change that matters for this distro is the kv API now supports a txn endpoint for doing transactional kv and locking stuff.

Also, robn/Test-Consul#2 and #4 will make the upgrade path much easier since it loosens the version requirements. This bit me pretty hard. :(

Validate method params

86bf3d6 made it clear to me that I really need constraint checking on method unpacking too. I've been using compile from Type::Params elsewhere for this, and I like it a lot, so lets do that.

Consul Version requirement seems too strict.

Recently I upgraded my cluster to Consul 0.7.0, and while the API did not change much (a new endpoint was added for transactional kv calls) this module now fails to install. There is no reason this module will not work on 0.7.0.

Seems to me this module is more about supporting the v1 API rather than just a specific version of Consul. Declaring in the docs that it matches the spec of a particular version makes sense, but to wholesale block the install if a very specific version is not installed doesn't make sense to me. And, yes, I could skip the tests, and that is what I've done.

KV get_value helper method

From a user:

Otherwise there's extra checking for is this variable defined or is the value what I expect. Having a function return undef if there's nothing in the kv for that key would be useful

I think undef might be a reasonable proxy for not-found, but I think it belongs in a utility package because it doesn't quite align with the HTTP API, and there's probably other non-value conditions possible in some situations (server errors, block timeouts, etc). More thought required.

Add Token Support

It doesn't appear, at least by grepping the POD, that this library supports the ability to specify a custom auth token.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.