Structures
The following structures are available globally.
-
The message returned by a
See moreKafkaConsumer
polling a broker.Declaration
Swift
public struct KafkaConsumerRecord: Codable
-
Representation of errors that can be thrown by KituraKafka. This maps the underlying rdKafka errors
See moreDeclaration
Swift
public struct KafkaError: RawRepresentable, Equatable, Hashable, Error, CustomStringConvertible
-
The messages that can be sent by a
See moreKafkaProducer
.Declaration
Swift
public struct KafkaProducerRecord