Skip to content

Commit

Permalink
Remove log4j (#304)
Browse files Browse the repository at this point in the history
* feat: Add ability to specify endpoint in CPS connector.

* Set default endpoint.

* Add note about low throughput when using partition

* fix: Actually set endpoint provided by command-line
argument

* fix: Allow one to specify unordered delivery

* Remove log4j usage and Kafka testing so we can remove the log4j dependency entirely.
  • Loading branch information
kamalaboulhosn committed Dec 17, 2021
1 parent e7e3a6e commit 43cc7de
Show file tree
Hide file tree
Showing 17 changed files with 740 additions and 1,516 deletions.
2 changes: 1 addition & 1 deletion load-test-framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This load test framework, known as Flic (Framework of load & integration for
Cloud Pub/Sub), for Cloud Pub/Sub is a tool targeted for developers and
companies who wish to benchmark Cloud Pub/Sub and Kafka.
companies who wish to benchmark Cloud Pub/Sub.

The goal of this framework is to provide users with a tool that allows them to see how Cloud Pub/Sub
performs under various conditions.
Expand Down
6 changes: 1 addition & 5 deletions load-test-framework/flic.iml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
<orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.13.1" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: org.apache.kafka:kafka_2.11:0.10.0.0" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-log4j12:1.7.21" level="project" />
<orderEntry type="library" name="Maven: com.yammer.metrics:metrics-core:2.2.0" level="project" />
<orderEntry type="library" name="Maven: org.scala-lang:scala-library:2.11.8" level="project" />
<orderEntry type="library" name="Maven: org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4" level="project" />
<orderEntry type="library" name="Maven: org.apache.kafka:kafka-clients:0.10.0.0" level="project" />
<orderEntry type="library" name="Maven: net.jpountz.lz4:lz4:1.3.0" level="project" />
<orderEntry type="library" name="Maven: org.xerial.snappy:snappy-java:1.1.2.4" level="project" />
<orderEntry type="library" name="Maven: net.sf.jopt-simple:jopt-simple:4.9" level="project" />
Expand Down Expand Up @@ -79,8 +77,6 @@
<orderEntry type="library" name="Maven: com.google.http-client:google-http-client-jackson2:1.27.0" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.6" level="project" />
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.2.5" level="project" />
<orderEntry type="library" name="Maven: com.101tec:zkclient:0.7" level="project" />
<orderEntry type="library" name="Maven: log4j:log4j:1.2.15" level="project" />
<orderEntry type="library" name="Maven: javax.mail:mail:1.4" level="project" />
<orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" />
<orderEntry type="library" name="Maven: com.google.auto.value:auto-value-annotations:1.6.3" level="project" />
Expand All @@ -95,4 +91,4 @@
<orderEntry type="library" name="Maven: io.opencensus:opencensus-contrib-http-util:0.18.0" level="project" />
<orderEntry type="library" name="Python 3.6 interpreter library" level="application" />
</component>
</module>
</module>
Loading

0 comments on commit 43cc7de

Please sign in to comment.