You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ fail due to code changes. You can just run:
99
99
100
100
./gradlew processMessages processTestMessages
101
101
102
+
See [Apache Kafka Message Definitions](clients/src/main/resources/common/message/README.md) for details on Apache Kafka message protocol.
103
+
102
104
### Running a Kafka broker
103
105
104
106
Using compiled files:
@@ -109,7 +111,9 @@ Using compiled files:
109
111
110
112
Using docker image:
111
113
112
-
docker run -p 9092:9092 apache/kafka:3.7.0
114
+
docker run -p 9092:9092 apache/kafka:latest
115
+
116
+
See [docker/README.md](docker/README.md) for detailed information.
113
117
114
118
### Cleaning the build ###
115
119
./gradlew clean
@@ -263,10 +267,28 @@ default. See https://www.lightbend.com/blog/scala-inliner-optimizer for more det
263
267
264
268
See [tests/README.md](tests/README.md).
265
269
270
+
### Using Trogdor for testing ###
271
+
272
+
We use Trogdor as a test framework for Apache Kafka. You can use it to run benchmarks and other workloads.
273
+
274
+
See [trogdor/README.md](trogdor/README.md).
275
+
266
276
### Running in Vagrant ###
267
277
268
278
See [vagrant/README.md](vagrant/README.md).
269
279
280
+
### Release Kafka ###
281
+
282
+
See [release/README.md](release/README.md).
283
+
284
+
### Official Documentation ###
285
+
286
+
See [docs/README.md](docs/README.md).
287
+
288
+
### Kafka client examples ###
289
+
290
+
See [examples/README.md](examples/README.md).
291
+
270
292
### Contribution ###
271
293
272
294
Apache Kafka is interested in building the community; we would welcome any thoughts or [patches](https://issues.apache.org/jira/browse/KAFKA). You can reach us [on the Apache mailing lists](http://kafka.apache.org/contact.html).
0 commit comments