Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-2459

Support SSL for Redis (Jedis 2.9.0)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.x
    • None
    • storm-redis
    • Important

    Description

      Jedis 2.9.0 added SSL support. This helps with connecting to hosted Redis environments, such as in Azure, which are SSL-only by default.

      However, the Redis support in Storm doesn't currently expose an option to use this. I would hope for something like:

      JedisPoolConfig poolConfig = new JedisPoolConfig.Builder()
      .setHost(host)
      .setPort(port)
      .useSSL(true)
      .build();

      Thanks.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mattjoh Matt Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: