I see AirByte has a JavaScript CDK now, and I see ...
# connector-development
f
I see AirByte has a JavaScript CDK now, and I see async in the code. Does the JavaScript CDK support full async for streams? I also see it is on the Coming Soon list for the Python CDK.
j
@Christopher Wu it’s possible to help answering the question about JavaScript CDK?
We ported all of the CDK logic directly from the Python CDK, so if I understand your question correctly, we don’t support full asynchronous reading yet. Streams are still processed sequentially.