Gerald Quintana

Results 42 issues of Gerald Quintana

Upgrade dependency to Elasticsearch 2.4.0 and Java 1.7 Replace org.elasticsearch.common by com.google.common Fix mappings Fix Settings init and loading Replace delete-by-query to clean un index by a drop-recreate Fix default...

1. I have an AKHQ with security enabled plugged to an LDAP directory. 2. I successfully log into AKHQ using AKHQ login page 3. I sucessfully use AKHQ ui for...

enhancement
good first issue
ui
login

When AKHQ is displayed on a small screen (13' laptop with toolbar on browser), the navigation bar on the left is truncated, and it's not possible to scroll down. As...

bug
good first issue
ui

I get available issue types using: ``` jiraClient.getProject("JRA").getIssueTypes() ``` I get an issue type names "Anomalie" (french for "Bug"). Then I create an Issue with this issue type: ``` jiraClient.createIssue("JRA",...

Is possible to have browser hot reload: when an AsciiDoc file is changed, HTML is rebuilt and browser reloads new page? Does someone have some nodejs or anything else do...

❔ question
:memo: documentation

In the template, it's expected to be a boolean: https://github.com/asciidoctor/asciidoctor-reveal.js/blob/v4.0.1/templates/document.html.slim#L125 However, the reveal.js documentation describes it as an object: https://github.com/hakimel/reveal.js/#keyboard-bindings Some plugins require it to be an object as well:...

:bug: bug
✔️ compliance

**Feature:** Instrument Elasticsearch REST Client to push traceId/spanId in Elasticsearch requests. **Rational** Il would allow to trace Elasticsearch client requests like MySQL on MongoDB requests. Elasticsearch requests are plain HTTP...

enhancement

It's not a Kafka JUnit5 issue, but I share by concerns to know if there are workarounds. As you may know, Kafka 3 behaves poorly on Windows filesystems: ``` 2022-01-31...

As far as I understand users and ACLs are in 2 separate sections: ``` users: my-test-user: principal: User:my-test-user customUserAcls: my-test-user: read-all-kafka: name: kafka. type: TOPIC pattern: PREFIXED host: "*" operation:...