forked from usdot-jpo-ode/jpo-ode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaem.properties
27 lines (19 loc) · 818 Bytes
/
aem.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Kafka group.
group.id=0
# ACM operation type specification; default is decode if left out.
acm.type=encode
# Path (relative or absolute) to the ACM error reporting XML template.
acm.error.template=/asn1_codec/config/Output.error.xml
# Kafka topics for ASN.1 Parsing
asn1.j2735.topic.consumer=topic.Asn1EncoderInput
asn1.j2735.topic.producer=topic.Asn1EncoderOutput
# Amount of time to wait when no message is available (milliseconds)
# This is a Kafka configuration parameter that we are using for the
# intended purpose.
asn1.j2735.consumer.timeout.ms=5000
# For testing purposes, use one partition.
asn1.j2735.kafka.partition=0
# The host ip address for the Broker.
# metadata.broker.list=localhost:9092
# specify the compression codec for all data generated: none, gzip, snappy, lz4
compression.type=none