DishaTalreja3 opened a new pull request, #307: URL: https://github.com/apache/atlas/pull/307
## What changes were proposed in this pull request? The existing synchronous import API causes performance bottlenecks with large or multiple requests. This patch introduces asynchronous imports using Kafka to queue requests via dedicated topics, enabling users to submit multiple import requests concurrently. New APIs added to: - Perform asynchronous imports - Check import status (all operations or a specific import ID) - Abort a queued import operation ## How was this patch tested? Manual Testing, Unit Tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org