Skip to content

Platform & Experience

Please use this forum to share your ideas on how we can improve in any of these areas.
Join our forum to discuss your ideas with Aiven community or check out our public roadmap.

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

134 results found

  1. As a user/engineer,

    I need information on platform events in order to determine timing for business events and causes for changes to my environment.

    Without this observability, I need to open a ticket or service request in order to gain insight.

    Platform orchestration events should be included in the project log:

    • Backup Started / Finished
    • Node Unreachable / Timeout Elapsed
    • Maintenance Started / Completed
    • Node Replacement
    • Alert Fired for Service
    8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. As an Aiven user,
    I want to ease the setup of my multi-region infrastructure by creating a single VPC peering for several regions
    so that I can avoid creating a several peerings when I'm deploying multi-region services.
    This would also solve the VPC quota issue that we can encounter on GCP (25 peerings max per VPC)

    41 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. As a developer
    I want to have all of my Gen AI stacks hosted within a single platform to avoid excessive network cost and reduce complexity
    so that I can develop and deploy my GenAI application smoothly with minimum cost

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Interest  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. As an Aiven Operator user
    I would like to specify multiple ServiceUsers, Databases, ConnectionPools same Kubernetes namespace using the same Aiven-name
    So I can for example duplicate a database service but still continue having the same database name and user names for the new service.

    I'd propose to have some under spec that could be used to use as the actual database name or username in place of the metadata.name. Something like Database.spec.databaseName and ServiceUser.spec.userName. Maybe the metadata.name could still be used if the other field is not specified, but specifying it under spec would overwrite what's in metadata. Or…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. As a platform engineer, I want to use Azure virtual WAN to peer my Aiven Azure VPC to another Azure virtual network within my Azure subscription.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. As a customer
    I want to use my own keys to encrypt that data at rest
    so that I could comply with regulatory requirements and have full ownership over my and my customers' data.

    61 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. As a DR practice, we have multi region Kafka services with Mirror maker. But in case of Disaster in one region, The apps should be able to resolve to other region seamlessly. But as the user credentials being are being different for both the kafka regional services which is leading delta in configuration. I know through TF we can create custom password, but for in case of TLS based authentication I dont see a way to either replicate or create custom Certs which can be ideal in case of any DR practice

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. As Head of SRE & Cloud Technology
    I want that the setting for additional storage is taken over when you fork some service
    so that I can fork instances without having the base backup failing because of missing storage.

    Use case:
    we forked on our postgres services and during the build of the new instance it just complaint about full disk because the setting for additional storage was just not taken over. because there was no backup yet, we were also not able to add storage "on the fly". So we had to delete the service and start again.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  0 comments  ·  Scaling  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. BYOC users want to backup their data in another region, seperate from where their Aiven services are running.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. As user, it would be useful to have the time displayed on the metrics page to be accurate, informative, and relevant to my location so I can easily understand the data and identify trends over time.

    Current behavior: Metrics are displayed on GMT regardless of user location.

    Acceptance Criteria:
    - The time should be displayed in the user's local time based on user's browser settings, reflecting current time, updating dynamically.
    - Hovering over a data point should display the precise time and value in a clear format (e.g., "09:02 full-pipeline-18: 69.55%").

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  1 comment  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. As developper
    I want to enable the feature "command_stats: true" on datadog redis integration (datadog doc https://docs.datadoghq.com/integrations/redisdb/?tab=host metrics "redis.command.calls")
    so that I can get the stats of the commands executed linked to the name (get / set / ...)
    In addition, it could be a new input inside the administration of Aiven to enable the feature.

    We will be able to have a better monitor about the commands executed inside the host and debug leaks about the "set" command for example.

    Thanks :)

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. As Aiven customer,
    We are experiencing difficulties configuring the IAM principles while setting up Aiven private link services due to the dynamic nature of our AWS accounts. Specifically, we would like to know if it's possible to use a wildcard (*) in place of specifying individual AWS account IDs, as managing the access control for multiple dynamic accounts is becoming complex.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. As a Platform Engineer
    I want this ability to create application users on project level rather than organization level, so that i can avoid them to be part of other projects. In addition, i want to restrict them to a project in such a way that they cannot be added to other projects.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. As someone that looks at the Aiven Invoices on a monthly basis,
    I want to be able to easily read a summary of all Aiven invoices generated for my entire organization. I need to get a top line summary of spend / service along with any agreed/negotiated discounts and where they are being applied and not applied to the services.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. As a platform developer
    I want to create new Aiven for Valkey services using the aiven-operator
    so that I can migrate my applications away from Aiven for Caching (Redis) before Redis EOL.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Using old version of DD agen (7.35?) among others leads to missing metrics missing for customers

    16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. As a developer, I would like to use terraform to apply tags to components of my service: aiven_connection_pool and aiven_pg_database.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Users should be able to choose between IPV4 and IPV6 addressing while creating a VPC. We would most likely need a "dual-stack" approach where both addressing configurations are supported.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. As a cloud architect,
    I want to connect my Aiven BYOC services to internal applications using PrivateLink
    so that I can easily restrict access to my Aiven services without complex whitelisting.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3 4 5 6 7
  • Don't see your idea?