* Update KafkaApplication.java
Added partition offset to the listener so that it can start consuming the messages from the beginning of the topic.
* Revert "Update KafkaApplication.java"
This reverts commit 28801f85174af8bf2d2bb89e1fb39b52c49a6cf0.
* Counting Messages
1. Counting messages from Producer offset
2. Counting messages from Consumer
3. Rest APIs to view the count
* Refactoring
* Adding 3rd programmatic method to count number of messages in Kafka topic
* Removing irrelevant code
* Server port removed
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
correcting some formattings
adding comments in code to clarify adding of getCurrentTime methods
* reverting changes to ZuulConfig
* BAEL-5230 Added code and test for Fauna IoT application article
* BAEL-5230 Removed secrets from the codebase
* BAEL-5230 Removed spring-boot-configuration-processor
* add SecurityFilterChain application in spring security web boot 4
* pmd violation
* fix: pom description
* remove unused code, format
* make tests grouped logically
* add missing case for user role
* rename package to lower case
* Deep copy vs Shallow copy Code commit
* Static and instance block
* Deep copy branch chanaged from master to other
* static vs instance block
* Update InstanceBlockExample.java
* Update StaticBlockExample.java
Co-authored-by: Lalit Rajput <lalit.rajput@globallogic.com>
Co-authored-by: paritoshsunny <sams.sunny.16@gmail.com>
* BAEL-5645 - Annotation scanners using Spring context, Spring core, reflections, java reflection, and Jandex libraries are implemented
* BAEL-5645 - Library versions are incremented in pom.xml
* BAEL-5645 - Some refactoring and indentation adjustments
* BAEL-5645 - Revert of annotation value in unit test
* BAEL-5645 - Merge with the latest remote version (after resolution of the conflicts)
* BAEL-5645 - Some refactoring due to review comments
Co-authored-by: elcimduran <elcim.duran@kboxglobal.com>