Skip to content

Commit

Permalink
Merge pull request #2 from yahoo/updating_kafka
Browse files Browse the repository at this point in the history
Updating kafka
  • Loading branch information
varunvarma committed Aug 15, 2019
2 parents 77476cd + 30e3106 commit 10d4490
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM ubuntu:18.04
MAINTAINER James Diss <rexfury@verizonmedia.com>
# Update the date to bust cached layers.
ENV Panoptes_environment_refreshed 2018-12-03-10:21
ENV Panoptes_environment_refreshed 2019-08-15-11:40
ARG DEBIAN_FRONTEND=noninteractive
# 2181 is zookeeper, 6379 is redis, 9092 is kafka, 161 is snmp, 3000 is grafana, 8086 is influxdb
EXPOSE 80 161/udp 160 2181 3000 6379 8086 9092
Expand Down Expand Up @@ -48,13 +48,13 @@ RUN apt-get update && apt-get install -y \

# Support ----
# Kafka - http://kafka.apache.org/downloads
# Installing Kafka ----- /home/kafka - apache.org/dist/kafka/0.10.2.1/kafka_2.11-0.10.2.1.tgz
# Installing Kafka ----- /home/kafka - archive.apache.org/dist/kafka/1.1.0/kafka_2.11-1.1.0.tgz
# Building path structures for supporting services
# Adding in various configurations
# changing out the permissions.
RUN mkdir -p /home/downloads && \
mkdir -p /home/kafka && \
curl "https://archive.apache.org/dist/kafka/0.10.2.1/kafka_2.11-0.10.2.1.tgz" -o /home/downloads/kafka.tgz && \
curl "https://archive.apache.org/dist/kafka/1.1.0/kafka_2.11-1.1.0.tgz" -o /home/downloads/kafka.tgz && \
cd /home/kafka && \
tar -xvzf "/home/downloads/kafka.tgz" --strip 1 && \
mkdir -p /home/kafka/logs && \
Expand Down
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ docker run -d \
panoptes_docker
```

There is a five minute delay until the first metrics will show up. This is an intentional traffic calming measure.
There is a five minute delay until the first metrics will show up.

### Visualize with Grafana

Expand Down Expand Up @@ -195,7 +195,9 @@ See the [Panoptes Plugin](https://github.com/yahoo/panoptes/blob/master/docs/Con

## Additional Resources

- [Panoptes Web Site](https://getpanoptes.io)
- [Panoptes Source Code](https://github.com/yahoo/panoptes)
- [Panoptes Documentation](https://github.com/yahoo/panoptes_documentation)
- [Panoptes Concepts](https://github.com/yahoo/panoptes/blob/master/docs/Concepts.md)
- [Panoptes Plugin Architecture](https://github.com/yahoo/panoptes/blob/master/docs/Concepts.md#plugins)
- [Contributing to Panoptes](https://github.com/yahoo/panoptes/blob/master/docs/Contributing.md)
Expand Down
1 change: 1 addition & 0 deletions resources/kafka/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ zookeeper.connection.timeout.ms=6000

############################# Panoptes Specific Settings #############################
delete.topic.enable=true
offsets.topic.replication.factor=1
auto.create.topics.enable=true
security.inter.broker.protocol=PLAINTEXT
zookeeper.set.acl=false
Expand Down

0 comments on commit 10d4490

Please sign in to comment.