Szymon Marcinkiewicz

Results 7 issues of Szymon Marcinkiewicz

It looks like sometimes ZooKeeper is not ready after 120 seconds (path `/hermes/groups` is not created). **Where it fails:** ```java private void waitUntilStructureInZookeeperIsCreated(CuratorFramework zookeeper) { waitAtMost(adjust(120), TimeUnit.SECONDS).until(() -> zookeeper.checkExists().forPath("/hermes/groups") !=...

hacktoberfest
flaky test

How it fails: ``` 2022-02-02T14:08:30.5596264Z Gradle suite > Gradle test > pl.allegro.tech.hermes.integration.PublishingTest > shouldPublishWithDelayAndConsumeMessage FAILED 2022-02-02T14:08:30.5596790Z java.lang.AssertionError: 2022-02-02T14:08:30.5597018Z Expecting: 2022-02-02T14:08:30.5597219Z 2022-02-02T14:08:30.5597412Z to contain: 2022-02-02T14:08:30.5597608Z 2022-02-02T14:08:30.5597838Z but could not find: 2022-02-02T14:08:30.5598059Z...

hacktoberfest
flaky test

Both tests (_shouldFetchSingleAvroMessage_ and _shouldFetchSingleAvroMessageWithSchemaAwareSerialization_) are failing due to possible 201 instead of expected 202: ``` 2022-02-02T12:59:01.7251097Z Gradle suite > Gradle test > pl.allegro.tech.hermes.integration.KafkaSingleMessageReaderTest > shouldFetchSingleAvroMessage SKIPPED 2022-02-02T12:59:02.5246748Z 2022-02-02T12:59:02.5260766Z Gradle...

flaky test

### Bug description _Version of spring-cloud-commons:_ ***3.1.5 (in lower versions of spring-cloud-commons this bug doesn't occur)*** _Version of spring-boot:_ ***2.7.9 (irrelevant)*** When a bean using `@ConfigurationProperties` is created during bootstrap...

waiting-for-triage

**Is your feature request related to a problem? Please describe.** Currently to use `mongo-migration-stream` user needs to install [MongoDB Database Tools](https://www.mongodb.com/docs/database-tools/#installation), and JRE. **Describe the solution you'd like** Create a...

enhancement

**Is your feature request related to a problem? Please describe.** Currently there is little to none information about how the `mongo-migration-stream` works, and how to configure it properly. **Describe the...

documentation
enhancement

## What? In UI (hermes-console) we would like to have possibility to use [navigation drawer](https://vuetifyjs.com/en/components/navigation-drawers/). ## Why? To make it easier to navigate through hermes-console.

enhancement
hacktoberfest