santhoshkumar
santhoshkumar
Couldn't find anything specific for webhook. Looking into the perspective of the chatbot, it is more like a conversation using HTTP calls. Let's say you ask something to a bot...
@authorjapps this issue and #278 needs to be taken care. Need your thoughts on this.
In Atomix: [3.1.5] the below code works. Not able to find the documentation. Anyway figured it out. ```java Serializer s = Serializer.builder().withRegistrationRequired(false).build(); LeaderElection election = atomix .leaderElectionBuilder("my-election") .withSerializer(s) .withProtocol( MultiRaftProtocol.builder()...