Skip to content

connectionpool-client v1.2.3

Compare
Choose a tag to compare
@VictorZeng VictorZeng released this 26 Aug 08:07
· 18 commits to master since this release

Optimize

  • Optimize the Redis connection pool, all depend on Jedis.
  • Refactor code.

Features

  • Add Hbase singleton connection pool HbaseSharedConnPool.
  • Add Kafka singleton connection pool KafkaSharedConnPool.

Maven

<dependency>
    <groupId>org.darkphoenixs</groupId>
    <artifactId>connectionpool-client</artifactId>
    <version>1.2.3</version>
</dependency>