19. Kafka Data StoreΒΆ
Note
GeoMesa currently supports Kafka versions 2.0 and later.
The GeoMesa Kafka Data Store is an implementation of the GeoTools DataStore interface that is backed by Apache Kafka.
The Kafka data store differs from most data stores in that queries are not run against the persisted data (which is stored in
Kafka topics). Instead, each data store will consume the data topic, keep it cached in local memory, and run queries against
the in-memory cache.
To get started with the Kafka Data Store, try the GeoMesa Kafka Quick Start tutorial.
- 19.1. Installing GeoMesa Kafka
- 19.2. Kafka Data Store Parameters
- 19.3. Producers and Consumers
- 19.4. Using the Kafka Data Store in GeoServer
- 19.5. Kafka Command-Line Tools
- 19.6. Kafka Index Configuration
- 19.7. Data Management
- 19.8. Kafka Message Processing
- 19.9. Transactional Writes
- 19.10. Layer Views
- 19.11. Confluent Integration
- 19.12. Kafka Streams Integration
- 19.13. Migration from Zookeeper