Results 1 to 3 of 3

Thread: Spring Integration Voldemort Adapter

  1. #1
    Join Date
    Jan 2013
    Location
    Warsaw
    Posts
    3

    Default Spring Integration Voldemort Adapter

    Hello Community,

    Recently I have played a little with Spring Integration adapters and decided to develop one for Voldemort distributed key-value store. My initial attempt can be found here: https://github.com/lukasz-antoniak/s...tion-voldemort. I will be more than happy to hear that someone used it successfully (except me :)). The code is mostly self explaining. Feel free to review integration test cases.

    The bottom line question is, whether anyone can spot places for improvements or new features? At the moment only simple inbound and outbound adapters are supported.

    While analyzing MongoDB adapter, I have noticed that message store could be implemented on top of Voldemort, so will try to take care of it shortly.

    Regards,
    Lukasz

  2. #2
    Join Date
    Aug 2005
    Location
    Atlanta
    Posts
    123

    Default

    Hi Lukasz,

    Awesome stuff! Would you possibly be interested in contributing your code to the Spring Integration Extension repository?

    https://github.com/SpringSource/spri...ion-extensions

    If so, please feel free to open a PR. Just make sure you sign the contributor license agreement (CLA) [necessary paperwork]

    https://support.springsource.com/spr...mmitter_signup

    For Project, please select Spring Integration. The Project Lead is Mark Fisher.

    Thanks for creating this!!

    Cheers,

    Gunnar
    Gunnar Hillert
    SpringSource/VMWare, Spring Integration team
    SpringSource Team - Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/ghillert
    http://blog.hillert.com/
    http://blog.springsource.com/author/ghillert/

  3. #3
    Join Date
    Jan 2013
    Location
    Warsaw
    Posts
    3

    Default

    Hello Gunnar,

    Meanwhile I have polished implementation, signed CLA, opened JIRA ticket and submitted pull request. Links:
    JIRA: https://jira.springsource.org/browse/INTEXT-36
    Pull request: https://github.com/SpringSource/spri...nsions/pull/20

    As promised, I will have a look at store functionality shortly and if finished in a timely manner push one more commit to the pull request branch. Please review my code. Any suggestions are welcomed .

    Regards,
    Lukasz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •