diff --git a/README.md b/README.md index 7e8c319..ff14325 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,4 @@ The application will: - Store the CVE JSONs in a PostgreSQL database using the JSON data type along with some metadata. - Support versioning of CVEs to handle updates after initial publication. - Handle duplicate records. +- Retries Kafka & Database connections on failure.