Skip to content

Commit

Permalink
provide consumer example
Browse files Browse the repository at this point in the history
issue #73
  • Loading branch information
rsoika committed Apr 18, 2019
1 parent 01bcf31 commit 302f06d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public class ConsumerService implements Serializable {
/**
* On startup we just initialize a new Timer running each 10 seconds to poll the
* message queue
* <p>
*
* @see https://stackoverflow.com/questions/55640112/how-to-implement-a-permanent-background-process-with-ejbs
*
*/
@PostConstruct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.util.concurrent.ExecutionException;
import java.util.logging.Logger;

import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.clients.producer.Producer;
import org.apache.kafka.clients.producer.ProducerConfig;
Expand All @@ -19,7 +18,7 @@
import junit.framework.Assert;

/**
* This test verifies the IBAN regex
* Junit test producing a imixs kafka event
*
* @author rsoika
*
Expand Down

0 comments on commit 302f06d

Please sign in to comment.