Skip to content

centraldogma-0.49.0

Choose a tag to compare

@minwoox minwoox released this 08 Apr 13:09

New feature

  • You can now use CentralDogmaClientFactoryConfigurator to configure the ClientFactory for ArmeriaCentralDogma client. #578
    @Bean
    CentralDogmaClientFactoryConfigurator configurator() {
        return builder -> builder.connectTimeoutMillis(3000);
    }

Improvements

  • The pending task in a ZooKeeperCommandExecutor is now timed out if it fails to acquire the lock within the given time. #571
    • The next task no longer has to wait forever anymore for the previous task to finish.

Bug fixes

  • You no longer see the IllegalStateException that is raised when pushing the wrong context. #573

Breaking change

  • @ForCentralDomga is now gone. Use CentralDogmaClientFactoryConfigurator to configure the ClientFactory. #578