You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/07/23 20:15:34 UTC

[bookkeeper] branch master updated: Provide utils to dump component configuration as json string (#1552)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 43bf7a4  Provide utils to dump component configuration as json string (#1552)
43bf7a4 is described below

commit 43bf7a40da1ff5fe6f784accc2bd3f9194490186
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Mon Jul 23 13:15:32 2018 -0700

    Provide utils to dump component configuration as json string (#1552)
    
    
    
    *Motivation*
    
    It is useful to dump configuration during service components started.
    Bookie server already did that.
    
    *Changes*
    
    - Move JsonUtil to bookkeeper-common module to make it available to other modules.
    - Add toJson method to ComponentConfiguration