Skip to content

Conversation

guilload
Copy link
Member

@guilload guilload commented Sep 9, 2025

No description provided.

@guilload guilload force-pushed the guilload/remove-quickwit-lambda branch from 4a0a884 to 0f1c11b Compare September 9, 2025 14:16
@guilload guilload merged commit 340a365 into main Sep 9, 2025
8 checks passed
@guilload guilload deleted the guilload/remove-quickwit-lambda branch September 9, 2025 14:43
@Asaf51
Copy link

Asaf51 commented Sep 10, 2025

@trinity-1686a why?

@rdettai-sk
Copy link

rdettai-sk commented Sep 10, 2025

@guilload you missed a couple of small things:

  • pub mod lambda_search_api {
    pub use crate::elasticsearch_api::{
    es_compat_cat_indices_handler, es_compat_index_cat_indices_handler,
    es_compat_index_count_handler, es_compat_index_field_capabilities_handler,
    es_compat_index_multi_search_handler, es_compat_index_search_handler,
    es_compat_index_stats_handler, es_compat_resolve_index_handler, es_compat_scroll_handler,
    es_compat_search_handler, es_compat_stats_handler,
    };
    pub use crate::index_api::get_index_metadata_handler;
    pub use crate::rest::recover_fn;
    pub use crate::search_api::{search_get_handler, search_post_handler};
    }
  • quickwit/Makefile

    Lines 65 to 67 in 344a19c

    test-lambda: DOCKER_SERVICES=localstack
    test-lambda: docker-compose-up
    @$(MAKE) -C $(QUICKWIT_SRC) test-lambda

@guilload
Copy link
Member Author

@trinity-1686a why?

Maintenance burden is high and nobody is using this seriously.

@guilload you missed a couple of small things:

Thanks for flagging. I'll clean those up.

guilload added a commit that referenced this pull request Sep 12, 2025
fulmicoton-dd pushed a commit that referenced this pull request Sep 23, 2025
* Remove `quickwit-lambda` package

* Fix warning
fulmicoton-dd pushed a commit that referenced this pull request Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants