Hey AirByte team, about Kafka-as-source connector,...
# feedback-and-requests
t
Hey AirByte team, about Kafka-as-source connector, i am curious if there are any roadmap and timeline to make is more streaming fashion instead of batch way? experiencing some memo insufficient issue when testing it and notice the code is using an infinite loop to persist all the data in memo then dump to destination (https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/s[…]main/java/io/airbyte/integrations/source/kafka/KafkaSource.java) , another question is about the version I can see from {my airByte}/settings/source has latest as
0.1.4
but changelog in https://docs.airbyte.com/integrations/sources/kafka only has 0.1.3, is it expected? thanks
Hey @Tony Hu, we're currently focusing on micro-batch, streaming is in our long-term roadmap, but feel free to share this request in a GitHub issue on our repo.
About the version number: 0.1.4 is indeed the latest but the documentation was probably not updated.