commit | f3e4026cad08f13cf30e084643b7b9d673b02f00 | [log] [tgz] |
---|---|---|
author | elbaz michael <michaelelbaz@outlook.fr> | Thu Aug 16 09:14:03 2018 +0200 |
committer | Claus Ibsen <claus.ibsen@gmail.com> | Thu Aug 16 09:14:03 2018 +0200 |
tree | a9e8ee0bc7838680fab5007ad439c01b73cb0f06 | |
parent | 9142fcb4cff088cf8a530c5cd135b0e16efb639a [diff] |
Update kafka-component.adoc (#2474) * Update kafka-component.adoc * Improve the spring example Add @PostConstruct method * Improve Spring Example using initMethod and destroyMethod @Bean(name = "offsetRepo", initMethod = "start", destroyMethod = "stop")