Fork me on GitHub

Rat (Release Audit Tool) results

The following document contains the results of Rat (Release Audit Tool).

*****************************************************
Summary
-------
Generated at: 2018-04-02T22:46:51+00:00
Notes: 0
Binaries: 0
Archives: 0
Standards: 15

Apache Licensed: 13
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

2 Unknown Licenses

*******************************

Unapproved licenses:

  /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/site/resources/reference.properties
  /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/resources/reference.properties

*******************************

Archives:

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/pom.xml
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/README.md
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/site/resources/components.dot
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/site/resources/kafka.conf
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/site/resources/org/apache/streams/kafka/KafkaConfiguration.json
 !????? /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/site/resources/reference.properties
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/site/markdown/index.md
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/resources/components.dot
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/resources/kafka.conf
 !????? /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/resources/reference.properties
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/jsonschema/org/apache/streams/kafka/KafkaConfiguration.json
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/java/org/apache/streams/kafka/KafkaPersistWriterTask.java
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/java/org/apache/streams/kafka/KafkaPersistReader.java
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/java/org/apache/streams/kafka/KafkaPersistWriter.java
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/java/org/apache/streams/kafka/KafkaPersistReaderTask.java
 
*****************************************************
 Printing headers for files without AL header...
 
 
=======================================================================
==/home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/site/resources/reference.properties
=======================================================================
############################# Producer Basics #############################

# list of brokers used for bootstrapping knowledge about the rest of the cluster
# format: host1:port1,host2:port2 ...
kafka.metadata.broker.list=localhost:9092

# name of the partitioner class for partitioning events; default partition spreads data randomly
#partitioner.class=

# specifies whether the messages are sent asynchronously (async) or synchronously (sync)
kafka.producer.type=sync

# specify the compression codec for all data generated: none , gzip, snappy.
# the old config values work as well: 0, 1, 2 for none, gzip, snappy, respectivally
kafka.compression.codec=none

# message encoder
kafka.serializer.class=kafka.serializer.DefaultEncoder

# allow topic level compression
#compressed.topics=

############################# Async Producer #############################
# maximum time, in milliseconds, for buffering data on the producer queue
#queue.buffering.max.ms=

# the maximum size of the blocking queue for buffering on the producer
#queue.buffering.max.messages=

# Timeout for event enqueue:
# 0: events will be enqueued immediately or dropped if the queue is full
# -ve: enqueue will block indefinitely if the queue is full
# +ve: enqueue will block up to this many milliseconds if the queue is full
#queue.enqueue.timeout.ms=

# the number of messages batched at the producer
#batch.num.messages=

kafka.groupid=kafka

kafka.zk.connect=localhost:2181



=======================================================================
==/home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-persist-kafka/src/main/resources/reference.properties
=======================================================================
############################# Producer Basics #############################

# list of brokers used for bootstrapping knowledge about the rest of the cluster
# format: host1:port1,host2:port2 ...
kafka.metadata.broker.list=localhost:9092

# name of the partitioner class for partitioning events; default partition spreads data randomly
#partitioner.class=

# specifies whether the messages are sent asynchronously (async) or synchronously (sync)
kafka.producer.type=sync

# specify the compression codec for all data generated: none , gzip, snappy.
# the old config values work as well: 0, 1, 2 for none, gzip, snappy, respectivally
kafka.compression.codec=none

# message encoder
kafka.serializer.class=kafka.serializer.DefaultEncoder

# allow topic level compression
#compressed.topics=

############################# Async Producer #############################
# maximum time, in milliseconds, for buffering data on the producer queue
#queue.buffering.max.ms=

# the maximum size of the blocking queue for buffering on the producer
#queue.buffering.max.messages=

# Timeout for event enqueue:
# 0: events will be enqueued immediately or dropped if the queue is full
# -ve: enqueue will block indefinitely if the queue is full
# +ve: enqueue will block up to this many milliseconds if the queue is full
#queue.enqueue.timeout.ms=

# the number of messages batched at the producer
#batch.num.messages=

kafka.groupid=kafka

kafka.zk.connect=localhost:2181