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
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
Hi all,
is there a way to set a specific offset when starting a camel-kafka consumer?
Thanks in advance
- Gerald
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