RE: Set specific offset for a camel-kafka consumer?

2020-06-30 Thread Vikas Jaiswal
seekTo allows you to specify 'beginning' or 'end'. Regards, Vikas -Original Message- From: Gerald Kallas [mailto:catsh...@mailbox.org] Sent: 01 July 2020 03:11 To: users@camel.apache.org Subject: Set specific offset for a camel-kafka consumer? CAUTION: DO NOT click links, open attachme

RoutesBuilder example in camel 3.2

2020-06-30 Thread Amol Amlapure
Hello, We are trying to upgrade to camel from 2.23.2 to 3.2. We have a code which adds Routes to CamelContex. CamelContext cxt = _context.getBean(CamelContext.class); if (cxt.getRoute(routeid) == null) { RouteDefinition rtDef = new RouteDefinition(); rtDef.setId(routeid); rtDef.from("activemq:top

Set specific offset for a camel-kafka consumer?

2020-06-30 Thread Gerald Kallas
Hi all, is there a way to set a specific offset when starting a camel-kafka consumer? Thanks in advance - Gerald

[ANNOUNCEMENT] Apache Camel K 1.0.1 released

2020-06-30 Thread Nicola Ferraro
The Camel community announces the immediate availability of Apache Camel K 1.0.1. This is the first minor release of the 1.0.x branch and includes some important bug fixes that you can find in the release notes[1]. The artifacts are published and ready for you to download either from the Apache mi