Skip to content

abdulbathish/jackfruit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jackfruit - Kafka Error Processor

Jackfruit is a Java application that listens to Kafka messages for error IDs. Upon receiving an error ID, it generates a credential request using an API, retrieves salt from the database, and then processes the credential request through another API.

Installation

Clone the repository:

git clone https://github.com/abdulbathish/jackfruit.git
cd jackfruit

Build the application:

mvn clean install

Configuration

All the configuration regarding Kafka, API endpoints, database details, and secrets are stored in jackfruit/src/main/resources/ondemand-default.properties. Make sure to configure this file according to your environment.

The secrets are provided as environment variables. Ensure that you set up the required environment variables before running the application.

Usage

To run the application, execute the following command: java -jar target/jackfruit.jar The application will start listening to Kafka messages and process them accordingly.

About

minimal reproduction of import error of idrepo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published