* Added test class for a simple shallow copy and deep copy
* Added test class for a simple shallow copy and deep copy
* refactor naming of test method
* formatted
* refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange
* Renamed package and added md file
* refactor README.md
* first push
* refactor
* Revert "refactor README.md"
This reverts commit eae77c453b.
* Revert "Renamed package and added md file"
This reverts commit 42c6f97cbd.
* Revert "refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange"
This reverts commit 44fb57fe2b.
* Revert "formatted"
This reverts commit 44be87ef25.
* Revert "refactor naming of test method"
This reverts commit 6133c31057.
* Revert "Added test class for a simple shallow copy and deep copy"
This reverts commit 2cae083578.
* Revert "Added test class for a simple shallow copy and deep copy"
This reverts commit f43312e2c1.
* Merge prohect java-supplier-callable to project core-java-lambdas
* adjusted package name
* removed AbstractAgeCalculator.java
* added test for supplier-callable
* first push for article "Implementing Retry In Kafka Consumer"
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
* 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 28801f8517.
* 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
The placeholder is mentioned in the kafkaConsumer.java but didn't defined in the applications.prop. So we need to defined that.
Current exception is as follow.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kafkaConsumer' defined in file [/Users/mac/Library/Mobile Documents/com~apple~CloudDocs/development/kafka-poc/producer/target/classes/com/ef/kafka/embedded/KafkaConsumer.class]: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'test.topic' in value "${test.topic}"
* Renamed Integrationtests that needed the project (or related project, in case of client-server) as LiveTests
* Fixed migration of mustache module to make it compatible with spring-boot 2.1