You are designing a stream pipeline to monitor the real-time location of GPS trackers, where historical location data is not required.
Each event in the stream has the following structure:
- Key: tracker_id
- Value: latitude, longitude
You need to ensure that the latest location for each tracker is always retained in the Kafka topic.
Which topic configuration parameter should you set?