Skip to content

Ideas for future improvements

Libor Ryšavý edited this page Aug 23, 2021 · 5 revisions

Feature wishlist

  • spring-boot auto configuration: @EnableGoodData annotation which causes gooddata to be autoconfigured based on classpath and properties.
  • convenient Filter creation: We could somehow support comfortable creation of some commonly used Filters in reports. For example new Filter(String.format("[%s] IN ([%s])", attributeUri, attributeElementUri) is used quite often

Polling overhaul

It is way too complicated to introduce a new service which does polling

Too Many Requests Handling (429)

  • Apache HTTP Client ConnectionBackoffStrategy?
Clone this wiki locally