I've been experimenting with the splendid Passenger Train Allocation and Consist feed this week, and very useful it is.
But I've got a couple of questions at the Kafka level:
1. If I want two completely independent systems to consume the feed (e.g. test server and live server) what settings have to be different? I made sure the
client.id was unique, which is what is needed on the STOMP feeds, but I found the consumers were sharing the data, getting half each.
2. For this feed what is the preferred Commit strategy. Every message, time based, message count based, or something else?
TIA for any advice,
Phil