Croway opened a new pull request, #199:
URL: https://github.com/apache/camel-spring-boot-examples/pull/199

   ## Summary
   - `kafka.bootstrap.url` in the `kafka-offsetrepository` example listed a 
3-broker cluster (`localhost:9092,9093,9094`), but the README's `camel infra 
run kafka` only starts a single broker — this produced noisy but harmless 
connection WARNs. Simplified to `localhost:9092`.
   - `fileOffsetrepoPath` pointed at a tracked file under 
`src/main/resources/offsetStateRepo.dat`, which running the example mutates, 
dirtying `git status` on every run. Moved it to `target/offsetStateRepo.dat` 
(already covered by the repo's `target` gitignore rule) and removed the tracked 
file.
   
   ## Test plan
   - [x] `mvn compile` succeeds
   - [x] Started a single-broker Kafka via `camel infra run kafka` and 
confirmed only one broker container comes up on port 9092
   - [x] Ran `mvn spring-boot:run`: producer/consumer routes exchange messages 
with no broker-connection WARNs
   - [x] Confirmed `offsetStateRepo.dat` is written to `target/` and `git 
status` stays clean after a run
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   
   https://claude.ai/code/session_01Tgb2b9DSh1ncG7C82rwzsE


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to