(Continue improvements, but curenlty it is production ready)
- Java 1.8+
- Gradle 6.4.1
This library will handle the communication between JVM languages to Faktory.
It will allows you to push and consume Faktory jobs to process based on Queue and JobType
FaktoryClient client = new FaktoryClient();
FaktoryJob job = new FaktoryJob(JobType.of("job-type"), JobQueue.of("myQueue"), "{json}");
client.push(job);
- Email: 'mysialkot@gmail.com'
- LinkedIn: sikandar-ali