File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Maven artifacts are published nightly to the Eclipse Maven repository:
172172## Building from Source
173173
174174   ;  ;
175- [ ![ Build Status] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml/badge.svg?branch=main )] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml/badge.svg?branch=main )   ;
175+ [ ![ Build Status] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml/badge.svg?branch=main )] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml?query=branch%3Amain )   ;
176176 [ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/locationtech/geomesa/badge )] ( https://api.securityscorecards.dev/projects/github.com/locationtech/geomesa )
177177
178178Requirements:
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Maven artifacts are published nightly to the Eclipse Maven repository:
172172## Building from Source
173173
174174   ;  ;
175- [ ![ Build Status] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml/badge.svg?branch=main )] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml/badge.svg?branch=main )   ;
175+ [ ![ Build Status] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml/badge.svg?branch=main )] ( https://github.com/locationtech/geomesa/actions/workflows/build-and-test.yml?query=branch%3Amain )   ;
176176 [ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/locationtech/geomesa/badge )] ( https://api.securityscorecards.dev/projects/github.com/locationtech/geomesa )
177177
178178Requirements:
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Data Management
44Kafka Topic Name
55----------------
66
7- Each SimpleFeatureType (or schema) will be written to a unique Kafka topic. By default, the topic will be
8- named based on the ``kafka.zk.path `` data store parameter and the SimpleFeatureType name, by appending
9- the two together and replacing any ``/ `` characters with ``- ``. For example, with the default zookeeper path
10- (``geomesa/ds/kafka ``), a SimpleFeatureType name of ' foo' would result in the topic ``geomesa-ds-kafka -foo ``.
7+ Each SimpleFeatureType (or schema) will be written to a unique Kafka topic. By default, the topic name will consist of the value
8+ of the ``kafka.catalog.topic `` data store parameter (or `` kafka.zk.path `` if using Zookeeper), and the SimpleFeatureType name,
9+ separated with a `` - ``. Any ``/ `` characters will be replaced with ``- ``. For example, with the default catalog topic
10+ (``geomesa-catalog ``), a SimpleFeatureType name of `` foo `` would result in the topic ``geomesa-catalog -foo ``.
1111
1212If desired, the topic name can be set to an arbitrary value by setting the user data key ``geomesa.kafka.topic ``
1313before calling ``createSchema ``:
You can’t perform that action at this time.
0 commit comments